b3467758ce4f85dd0eb20f26235a882cf59fb2cd |
|
11-Apr-2016 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Hackfest 2016: fix critical warning on startup |
a3c27728560e19f7c710399f838dadeedac39249 |
|
01-Mar-2015 |
tavmjong-free <tavmjong@free.fr> |
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <meshpatch>.
Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option.
Per SVG WG decission at Sydney 2015 face-to-face meeting. |
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 |
08c634c4b964dbbb89686a645bce04c1c7275611 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
153362cd6667a5a3eaf7549513643fe1f8855268 |
|
24-Nov-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
Units: make it absolutely clear that Document properties unit dropdown is for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units.
Change all code to use either Display units OR svg units. |
facf7eb7257476d522c786dcce303a45bc49157e |
|
14-Oct-2014 |
bryce <bryce@ubuntu.com> |
Fix crash with GTK+ 3.14 on launch
Patch from Liam to check for undefined desktop during startup.
** (inkscape:57708): CRITICAL **: SPCanvas* sp_desktop_canvas(const
SPDesktop*): assertion 'desktop != NULL' failed
Fixes: https://bugs.launchpad.net/inkscape/+bug/1375085 |
05445c57397b3e794e8d49df2f80af94d294da78 |
|
02-Oct-2014 |
JazzyNico <nicoduf@yahoo.fr> |
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Translations. Inkscape.pot and French translation update. |
375a47157c1740a5fdd9ad733c347a53381531ab |
|
30-Aug-2014 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix modelines |
39b46e1a6c57621cc2a9760df77adec447c97c86 |
|
10-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Add meshes to selected style widget |
0bc4bf328ef4f9e6405a72e46ac36d9548f13eb4 |
|
28-Feb-2014 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1). |
e6b95c1f8699c22f4c85b6e8d10347a3b1f483df |
|
08-Jan-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
small code clarification, doesn't change anything, but makes intent more clear |
d1561c248f49dc3508ae9e6557fc0d371928e394 |
|
09-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
Moved and renamed some tool-related files. |
e1ec58e013f02c9d575b93a5a78153482252c40d |
|
05-Nov-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
remove unused private members |
87b68db8c76e3425a99bb2f05c70d7b25c50b654 |
|
13-Oct-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? |
87dacccf64bee38af81afde687844a37b57b5b9a |
|
05-Oct-2013 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Rewrite the internals of the unit code for somewhat better performance |
fc2e20aa610641335a34aa9b6604c3c4ec0ae7c4 |
|
05-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Switched to global UnitTable. |
42bf7a7d4548ff8aea6834cf77b843423a4eeacb |
|
31-Jul-2013 |
Markus Engel <markus.engel@tum.de> |
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. |
44d89460785997cf088d250be124952e26fff32a |
|
19-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Ported "ui/widget/selected-style.*". |
cb4d410e84360ca7912d7c9f7dd003682dc7cd6f |
|
17-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Temporary fixes/kludges. |
d59543855809cbcb6cb9dc2a5181987518438662 |
|
09-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Ported sp-namedview.cpp (todo: fix a bunch of things). |
eb4b5da8fbdf95f44ae7f0c950e9a07763ebb50f |
|
06-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Merged PaintServer and subclasses; moved Gradient classes to own files. |
ca5bd50370219c04429dcbd7a9a78757eece74d6 |
|
09-Mar-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker |
61e1e0d1f2bda342dd26902c54c2184d54cb2079 |
|
15-Nov-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
cppcheck: Simple fixes for src/ui/widget |
5a89f5f3494400a7c7188920a80d1e2992697747 |
|
23-Oct-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 171890 : Mouse wheel on swatches |
87241c580ffb7f477cedc5dbfb38922d624a9bd8 |
|
01-Oct-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 831008 : Line width menu only show Px,Pt and mm |
ded1f8031114b632def0af23c46f48b7e1365c83 |
|
23-Sep-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 367548 : Invert doesnt work on objects with gradients |
8b09069bfd32e57cfdc7f62359ebdfa08dda34af |
|
22-Sep-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 367548 : Invert doesnt work on objects with gradients |
e1a317d2efe4c87286797c6cd13a5ccefefa5e7a |
|
05-Aug-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 484135 : clicking on the stroke size doesn't open the dialog box |
74c21fe2482b11f74db5bacae30a0068f1194032 |
|
11-Jul-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 167781 : opacity in selected style loses focus on kbd value scroll, fix for Esc |
9579e803693f47a266cc99cd239d183110078fe8 |
|
10-Jul-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 167781 : opacity in selected style loses focus on kbd value scroll |
23fa165715322e408bb052e5216af41792809eab |
|
28-May-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Stop using deprecated GdkBitmap in custom cursors |
3deb9b5ce0f058530cd0749009464b5afe8cf09c |
|
01-May-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
gtkmm-3.0 changes for Gtk::Adjustment |
b5e33258de2f16f045b2882b63991d551b186202 |
|
23-Apr-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Get rid of GtkObject in toolbox |
fb52a86bd2310dc9624cca0c8da0beb647a9eb06 |
|
13-Apr-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Translation. More disambiguations (see Bug #832560). |
a740974ca998da33f2426f3e53685ca4aaf1cbab |
|
09-Apr-2012 |
Alex Valavanis <valavanisalex@googlemail.com> |
Replace deprecated gdk_cursor_unref |
9c54d8e6dee330c19f895f29760af901190ab856 |
|
07-Mar-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
1b3a8414f17dc95fc921d999ea715c99d10dd4aa |
|
26-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Clean up all remaining false warnings from Gtkmm |
47badd0035ae8c9135c51444f3770b17ae504dda |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
435e5af0d53e9cafc1d383953e9d56a7a5a6f231 |
|
14-Jan-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
More GSEAL stuff |
4657fa530af64b240cf26727008666847885a3ad |
|
12-Jan-2012 |
Jon A. Cruz <jon@joncruz.org> |
Initial C++ification of SPCanvas. |
6192db41ab6e422a6193affbd3e68d61e184627b |
|
03-Jan-2012 |
Jon A. Cruz <jon@joncruz.org> |
Fixed null-pointer ctor crashes. |
153204556626440b5c646e4d852a15edbefac510 |
|
03-Jan-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
More deprecated GtkTooltips |
153bb1867986d6db392e2cfa711ad6231fce8abe |
|
27-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Fixing more broken and split doc comments. |
84d6d1f7365e49f2936df9df890ce49d2c000ce2 |
|
18-Oct-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
dbb33756bd786e9432e18ec7be93f8c416e1b492 |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Doxygen cleanup. |
537bf552d5baf82841a2fd3a43c8e9f232cb7bc7 |
|
26-Jun-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Gtk cleanup: gtk_object_set_data |
70207641401debe608223aa2febe3c50f412bcbd |
|
03-Jun-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Use generic headers in preparation for GTK+ 3 transition |
60282e8335d7b6ae7020613bb22c7c69a6909fbb |
|
22-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outdated SP_OBJECT_REPR C macro. |
3107dd9d5648e6723214a608f99fa484094c3917 |
|
25-Oct-2010 |
Kris <Kris.De.Gussem@hotmail.com> |
UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 ) |
5e1a030f60fc5f5753e30882711db9af56f763f5 |
|
02-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
New Class SPDocumentUndo created which takes care of c++fying some non SPDocument based methods |
7e32c19e78592fbf120af717222bf4185b4bc4e9 |
|
09-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Initial F&S dialog setting of swatch colors. |
305d52b4006c2922bb318d1a810cdebec8078260 |
|
16-Jul-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Implement guide behaviour as discussed on the mailing list |
c830d132ea7f29e73b55f87badff602b065f8eac |
|
09-Feb-2009 |
JucaBlues <JucaBlues@users.sourceforge.net> |
adding comments/TODOs and/or reverting some of the things done in r20655
due to JonCruz considerations about the proper way of doing it. |
57d4715f4806f2a8caac4bca519d878381a3356c |
|
09-Feb-2009 |
JucaBlues <JucaBlues@users.sourceforge.net> |
gcc warning cleanup
warning: deprecated conversion from string constant to âchar*â/'gchar*' |
70860961b13efbd553060efcdc5caf44d8fbc2ea |
|
03-Aug-2008 |
joncruz <joncruz@users.sourceforge.net> |
Fixed const-correctness and member access |
2d2706a9d621c0da51b7c4178fd5c7c5e4765122 |
|
04-Jul-2008 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
835992ef2eb97dab171c3f5f8778228e61d325bb |
|
01-Apr-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
make stroke width adjustable by rotation too |
963f23115db07f460bdd862b957f8bd9dba88b9b |
|
22-Nov-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
The dialog to panel refactoring:
* Made the current dialogs subclass the Panel class instead of the
Dialog class.
* Extended the Panel class with some functionality that the dialogs
relied on.
* Added a PanelDialog class which is a dialog container for a
single panel with the dialog behavior as a template parameter.
(* Fixed coding style for the Panel and Dialog class)
For details, see
http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html
http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html |
eae036e816c30ff70a0bebea56669db74fb7b2c4 |
|
11-Nov-2007 |
luca_bruno <luca_bruno@users.sourceforge.net> |
* typo fixed |
186e627fe87af6a18d8981b79c1a653cf498a425 |
|
08-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
warning cleanup |
3240a76756a3a60b58cf18b370103d351e4ea783 |
|
31-Oct-2007 |
prokoudine <prokoudine@users.sourceforge.net> |
marked three messages from color gestures for translation |
d2174ac16313900853b5b9bc82b6227fc348e2a6 |
|
30-Oct-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
add alt dragging for no change mode |
67b3de5ab2520aa51aa191e58d9cb5b8f111ddf0 |
|
26-Oct-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
punctuation |
d72622ce1f87f61aff54d734c9c18f1691153536 |
|
24-Oct-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
change cursor for color gestures |
4282138594f560a47f8bcae1c92d142d8b054b5f |
|
24-Oct-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
enable color gestures for fill and stroke |
8c1f342e17b69f0cc6fa0b13638b6df0c2c67256 |
|
11-Oct-2007 |
pjrm <pjrm@users.sourceforge.net> |
noop: ui/widget/selected-style.cpp: Change a local var to be more const, to avoid char* string literal warnings from g++-4.2. |
7d8d1e044686f7c573c01a7dee7f69d54397597b |
|
24-Sep-2007 |
joncruz <joncruz@users.sourceforge.net> |
Fixed unsafe hardcoding of buffer size |
f38286aa7d5f6b3c0ce20fa9ebf1a4d131a2c85a |
|
21-Sep-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
Add functions for showing a specific notebook page in the F&S dialog,
replaced the use of the old sp_object_properties_{fill,stroke} with
them. |
569ef8f6dbacc8a8b0b933d02a806c2e091ce02b |
|
15-Sep-2007 |
joncruz <joncruz@users.sourceforge.net> |
Refactoring SPColor to C++ and removing legacy CMYK implementation |
2f99f08590b9e75d4c4f33cc4374db3e8f97f15d |
|
10-Sep-2007 |
joncruz <joncruz@users.sourceforge.net> |
Purged fill type enum |
ea7ff7f4ce41f6d5df49b2bc4bfb75a511ab4cfc |
|
20-Aug-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix 1777084 |
3a8e479f331858946168c32bfc7622c9010b6680 |
|
27-Jun-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
switch SPStyle to using SPFilterReference for filters; sp_style_new now requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object |
4d79affe53b5c0e7dbc67014aee9be5251dc56df |
|
27-Jun-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
more unreffing temporary styles properly |
2c54a5001981ce7fdf2080c5d52c4bfd016919cf |
|
15-Feb-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
spell out Fill and Stroke labels |
b4254bd3f3769c8ab8f2f195e278d0a65709571e |
|
18-Jan-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
text markup; use gradient preview for gradient fills or strokes |
c5a8e88cc8e3c2276aee92c36a3d85e9ac9a73e4 |
|
20-Nov-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
correct annotation; fixme |
7498c257cf44bf0e866573a36327750a82f3273f |
|
19-Nov-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
change opacity display to 0..100 |
628c92c6a82e42c2f3c7970e64acffac544b5600 |
|
26-Oct-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
workaround for crash 1580903 and several other issues caused by GTK's braindead behavior exposed by display interruptibility |
469c9ea92e7d1cc3fec6a26cc79ac54c6ff5b3df |
|
05-Oct-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
undo annotations |
4ec52515516e3a6bf2fbc3ed01a7e179bde16d20 |
|
29-Jun-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
patch from Gustav Broberg: undo annotations and history dialog |
83ab1c91731716aff9bcdae08b7a7e3068c555db |
|
27-Jun-2006 |
rwst <rwst@users.sourceforge.net> |
fix 4.2 xcompilation: remove array assignment hack |
72080e31cd95e806ab368d23dc65d0b36e62fc0f |
|
27-Apr-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
write no/unset fill/stroke to current style |
6129af7cc5b723223e9617614c931936e5190421 |
|
17-Apr-2006 |
mental <mental@users.sourceforge.net> |
Get rid of the SP_DT_* macros which do nothing more than provide additional, confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. |
9f4c77cb139a797efd208a1dd78e010458786330 |
|
02-Apr-2006 |
joncruz <joncruz@users.sourceforge.net> |
Check for null pointer |
91ff754f4da47efc8f558ea87cfcf92f86934944 |
|
13-Mar-2006 |
pjrm <pjrm@users.sourceforge.net> |
#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. |
1f20d21b317b972dd652396b261d24ed08bf4110 |
|
04-Mar-2006 |
joncruz <joncruz@users.sourceforge.net> |
Make color drag to minibar only work when a styled item is selected. |
4a25af51caeeb26a945e435a2e10a6312f4733ae |
|
01-Mar-2006 |
joncruz <joncruz@users.sourceforge.net> |
Made style minibar take color drag-n-drop |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |