| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Using MODE_SOLID_COLOR in paint selector instead of duplicated ↵ | Tomasz Boczkowski | 2015-05-09 | 1 | -4/+2 |
| | | | | | | MODE_COLOR_RGB and MODE_COLOR_CMYK (bzr r14059.1.22) | ||||
| * | renamed SPPattern methods to match coding style | Tomasz Boczkowski | 2015-05-03 | 1 | -2/+2 |
| | | | | (bzr r14059.1.20) | ||||
| * | merge with trunk | Tomasz Boczkowski | 2015-05-02 | 1 | -20/+16 |
| |\ | | | | | (bzr r14059.1.12) | ||||
| | * | updated with trunk | Marc Jeanmougin | 2015-04-29 | 1 | -4/+0 |
| | |\ | | | | | | | (bzr r13922.1.19) | ||||
| | | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| | * | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -4/+4 |
| | | | | | | | | | | (bzr r13922.1.11) | ||||
| | * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -3/+3 |
| | | | | | | | | | | (bzr r13922.1.10) | ||||
| | * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -4/+4 |
| | | | | | | | | | | (bzr r13922.1.5) | ||||
| | * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -16/+16 |
| | |/ | | | | | | | | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | | merged SPPattern c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-25 | 1 | -2/+2 |
| |\ \ | |/ |/| | (bzr r14059.1.2) | ||||
| | * | SPPattern c++-sification: replaced function by methods | Tomasz Boczkowski | 2014-05-28 | 1 | -2/+2 |
| | | | | | | | (bzr r13341.6.21) | ||||
| * | | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 1 | -13/+10 |
| | | | | | | | (bzr r13822.1.6) | ||||
| * | | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | | | | (bzr r13820) | ||||
| * | | Purge sp_desktop_canvas | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | | | | (bzr r13811) | ||||
| * | | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| |/ | | | (bzr r13809) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -3/+3 |
| | | | | (bzr r12782) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Warning and dead code cleanup. | Jon A. Cruz | 2013-01-11 | 1 | -1/+1 |
| | | | | (bzr r12014) | ||||
| * | Fix for 1029302 : Fill/Stroke dialog does not update on tool change | John Smith | 2012-08-01 | 1 | -1/+17 |
| | | | | (bzr r11579) | ||||
| * | Follow-up conversion from bool. | Jon A. Cruz | 2012-05-08 | 1 | -4/+8 |
| | | | | (bzr r11347) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -0/+3 |
| | | | | (bzr r11030) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | Initial C++ification of SPCanvas. | Jon A. Cruz | 2012-01-12 | 1 | -2/+2 |
| | | | | (bzr r10873) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | 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) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -19/+20 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -7/+7 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| * | | 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) | ||||
| * | | Suppress gradient direction line for 'solid' gradients. | Jon A. Cruz | 2010-07-04 | 1 | -10/+10 |
| | | | | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564) | ||||
| * | | Create only single-stop gradients when using Fill-n-Stroke to convert solid ↵ | Jon A. Cruz | 2010-07-03 | 1 | -7/+11 |
| | | | | | | | | | | | to a swatch. Preserve CMS colors. (bzr r9560) | ||||
| * | | Rough pass of Fill-n-Stroke swatch conversion. | Jon A. Cruz | 2010-07-02 | 1 | -1/+5 |
| |/ | | | (bzr r9553) | ||||
| * | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 1 | -4/+4 |
| | | | | (bzr r9542) | ||||
| * | Fix logic to avoid too many updates while dragging color sliders. Fixes bug# ↵ | Jon A. Cruz | 2010-03-30 | 1 | -19/+57 |
| | | | | | | | | | 168557. Fixed bugs: - https://launchpad.net/bugs/168557 (bzr r9258) | ||||
| * | Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ↵ | Jon A. Cruz | 2010-03-29 | 1 | -53/+67 |
| | | | | | | | | | out of lower-level panels. Fixes bug #270623. Fixed bugs: - https://launchpad.net/bugs/270623 (bzr r9252) | ||||
| * | Phase 3 - Convert to C++ class, but still using C-style callbacks and signals. | Jon A. Cruz | 2010-03-28 | 1 | -120/+150 |
| | | | | (bzr r9244) | ||||
| * | Phase 2b - remove use of SPWidget and wire signals directly. | Jon A. Cruz | 2010-03-27 | 1 | -76/+37 |
| | | | | (bzr r9241) | ||||
| * | Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit ↵ | Jon A. Cruz | 2010-03-27 | 1 | -237/+331 |
| | | | | | | panes. (bzr r9238) | ||||
| * | Update to reflect "swatch" gradients as being assumed to be shared. | Jon A. Cruz | 2010-03-23 | 1 | -4/+14 |
| | | | | (bzr r9224) | ||||
| * | C++-ification of enums. | Jon A. Cruz | 2010-03-22 | 1 | -31/+30 |
| | | | | (bzr r9222) | ||||
| * | C++-ification of paint selector. | Jon A. Cruz | 2010-03-22 | 1 | -21/+19 |
| | | | | (bzr r9221) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 1 | -9/+7 |
| | | | | (bzr r9169) | ||||
| * | New tab in Fill&Stroke dialog for swatch fills. | Jon A. Cruz | 2010-03-06 | 1 | -12/+18 |
| | | | | (bzr r9153) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8404) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 1 | -0/+552 |
| should be. Build libinkscape.a - should reduce link time. (bzr r7337) | |||||
