34044af829add66de0cd585cc04763fa5fe564d3 |
|
16-Nov-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
41c4ddd6064c35b849f347c88f4e39bb31d4ce62 |
|
13-Nov-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
f79230a9de342146783bf0ec0be886eea5d72e37 |
|
09-May-2015 |
Tomasz Boczkowski <penginsbacon@gmail.com> |
Using MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB and MODE_COLOR_CMYK |
d5e46a2362bebf7a470625d9518498add9edb856 |
|
03-May-2015 |
Tomasz Boczkowski <penginsbacon@gmail.com> |
renamed SPPattern methods to match coding style |
b9efc33ba168a5374613d10fbbc85738ccc677b2 |
|
28-Apr-2015 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc |
a04dc34634e50322ebf5486725c1be12322bfaf5 |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
more cast cleanup |
aa9235c966804d9b8f8daa083a2d123d9d47d2bb |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
corrected the casts (hopefully) |
acd93b79c034f4bcc8ff02de8aa877f70f081881 |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
Put a few std::vector<SPitem*> |
0de73848362e95b081e5fa85f910d6481094b2b9 |
|
17-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
At first, I was thinking "I just have to go to the selection file, and 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. |
71c3a034021a9df4bd9e367a1b10fc6514ead373 |
|
25-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove sp_style_new(). |
9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
3bf5a85bf82fe7bc76ee4e80f50b9887c7d9b372 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Purge sp_desktop_canvas |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
42bf51258f01d33f730d1926e4fd050bbe5d6df2 |
|
28-May-2014 |
Tomasz Boczkowski <penginsbacon@gmail.com> |
SPPattern c++-sification: replaced function by methods |
5f19756f48574526dda8abedebf811c9d1456e80 |
|
07-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
First step of moving tools into appropriate namespaces. |
a53fd00014de5e3469827acbab0e4cce9ed39087 |
|
06-Jun-2013 |
Jon A. Cruz <jon@joncruz.org> |
Added configure/ifdef guards to only bring in the needed #include if glibmm has it. |
253ced74a9eaba9a1fab5e20628e27b1d03a4612 |
|
04-Jun-2013 |
Jon A. Cruz <jon@joncruz.org> |
Correct to compile against recent gtkmm, including updated macports versions. Fixes bug #1179338. |
5c45bb188ab729e501e48732842cb9de6a9813be |
|
25-Mar-2013 |
Alex Valavanis <valavanisalex@googlemail.com> |
Workaround usage of deprecated glib symbols in 3rd party libraries |
197a83914b869e636d779ab33d8e3371dc99d71c |
|
11-Jan-2013 |
Jon A. Cruz <jon@joncruz.org> |
Warning and dead code cleanup. |
e33d94771da1cf4c6b224e2109c98f05387ea0e4 |
|
01-Aug-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 1029302 : Fill/Stroke dialog does not update on tool change |
fd8196bd55b3a88baf9624c946299fed14e2028e |
|
08-May-2012 |
Jon A. Cruz <jon@joncruz.org> |
Follow-up conversion from bool. |
5a0c9c0d523287747d281c61c78cb529b1118778 |
|
29-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header tidying, suppress all gdk deprecation errors in gtkmm |
47badd0035ae8c9135c51444f3770b17ae504dda |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
4657fa530af64b240cf26727008666847885a3ad |
|
12-Jan-2012 |
Jon A. Cruz <jon@joncruz.org> |
Initial C++ification of SPCanvas. |
dbb33756bd786e9432e18ec7be93f8c416e1b492 |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Doxygen cleanup. |
70207641401debe608223aa2febe3c50f412bcbd |
|
03-Jun-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Use generic headers in preparation for GTK+ 3 transition |
a4030d5ca449e7e384bc699cd249ee704faaeab0 |
|
17-Nov-2010 |
Chris Morgan <chris.morganiser@gmail.com> |
Super duper mega (fun!) commit: replaced encoding=utf-8 with 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. |
4f21939492a1b76a83819a5ae3101c044361c7a1 |
|
04-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Suppress gradient direction line for 'solid' gradients.
Removed unneeded and outdated macro use. |
37e32e5ce4110ec15974e0e9c225a334056c19ee |
|
03-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Create only single-stop gradients when using Fill-n-Stroke to convert solid to a swatch. Preserve CMS colors. |
5e1a030f60fc5f5753e30882711db9af56f763f5 |
|
02-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
New Class SPDocumentUndo created which takes care of c++fying some non SPDocument based methods |
040d951511fa76daf078fc39b02ccff2f7bf888c |
|
02-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Rough pass of Fill-n-Stroke swatch conversion. |
d3d05e96380600c50cb9bcad75baa6d3f98760c3 |
|
28-Jun-2010 |
Jon A. Cruz <jon@joncruz.org> |
Partial C++-ification of SPGradient |
9cccc0a2ac18e3512273102c73b63fc93ea8571a |
|
30-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Fix logic to avoid too many updates while dragging color sliders. Fixes bug# 168557. |
c82bca234e1bfd13063a8752a42f650e99d3738b |
|
29-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking out of lower-level panels. Fixes bug #270623. |
fc8a6ae43a85b35c01fe620ccc0db7bacb8ba6ab |
|
28-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Phase 3 - Convert to C++ class, but still using C-style callbacks and signals. |
35adce273bc7677ddab16bc7379329ca394d8d62 |
|
27-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Phase 2b - remove use of SPWidget and wire signals directly. |
934b717f7d24a9c9492e7d8b983c8817d1c8aad3 |
|
27-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit panes. |
0c13cd8bc2121c9e2e1850899d4bda2cd85840ca |
|
23-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Update to reflect "swatch" gradients as being assumed to be shared. |
3c277a5b1d773fe683ea52b8687c370c36049fc5 |
|
22-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
C++-ification of enums. |
99f8079bc0a32aef279e4af06de4cbf4bd853563 |
|
22-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
C++-ification of paint selector. |
7e32c19e78592fbf120af717222bf4185b4bc4e9 |
|
09-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Initial F&S dialog setting of swatch colors. |
ea4c3217d91f40557abd8519207aea1ad5ff1e68 |
|
06-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
New tab in Fill&Stroke dialog for swatch fills. |
09ba3247163582bf2e30e17c4c154aa259ce038a |
|
06-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Revert recent refactoring changes by johnce because they break the build, which cannot be fixed easily. |
b45b3ca12c271745b18a142d10a6ac8efd9f79cc |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
a73e5f92baa51f76f70126ed64cabac4fa811764 |
|
21-Feb-2009 |
tweenk <tweenk@users.sourceforge.net> |
Move files from the src/dialogs/ directory to the places where they
should be. Build libinkscape.a - should reduce link time. |