e3727228632b6b7d44d9ca4642f89b98efb04949 |
|
08-Mar-2016 |
Martin Owens <doctormo@gmail.com> |
Re-order the stroke dialog so buttons are collected and miter is inline. |
0c4f2de294e1175c78489c519dcdd0ecdd38a31b |
|
07-Mar-2016 |
tavmjong-free <tavmjong@free.fr> |
Add GUI for 'paint-order' property. |
c652591f8105502bfed1dcd3d7207681932a7515 |
|
05-Nov-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
bd26ad566b0fe8a2d02fdf42fc4d5c2ea8c3ee93 |
|
10-Jun-2015 |
Liam P. White <inkscapebrony@gmail.com> |
1357805+1227193 revisited |
67bbdc2a066c5f4c2e973a077239ab6268dd3ac9 |
|
28-Apr-2015 |
Marc Jeanmougin <mc@M0nst3r.bouyguesbox.fr> |
removed a few useless SP_OBJECT() casts |
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 |
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 |
6b15c65db6eedfa5152f333999736a04fab409c0 |
|
25-Nov-2014 |
Josh Andler <scislac@gmail.com> |
Fix stroke style unit in F&S dialog (update to display unit on first open). |
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. |
d1237647086060e901342d0088728eb325644eec |
|
19-Oct-2014 |
tavmjong-free <tavmjong@free.fr> |
Don't set linejoin and linecap type if query is "nothing" (query value is invalid). |
6308b9de8e80a2f00a483ce91f20fb0c3cc57fa4 |
|
13-Oct-2014 |
tavmjong-free <tavmjong@free.fr> |
Fix multiple: "Called C++ object pointer is null" |
d2e42b9425ccd4c2d4c20c2217455da177035e48 |
|
27-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Update to experimental r13565 |
84d3dac7b0c792923b87e7d0df5b100ad98a4665 |
|
07-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Update to experimental r13543 |
ce400ef266d52e8e355d9381465798ac7e11ab98 |
|
02-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove misleading dialogs directory |
fcf15a325e21392287afdd4dea93e340088d0eef |
|
24-Apr-2014 |
tavmjong-free <tavmjong@free.fr> |
Clean up of style code: refactor marker properties. Step 3. |
c42ca006cc2593efa9a0ea19f2680ea9d5792654 |
|
30-Mar-2014 |
Markus Engel <markus.engel@tum.de> |
Added "Gtk::" scope to "manage" function calls. |
a2220686e6f3bc4aedd8140090696151d6cf1a00 |
|
11-Mar-2014 |
tavmjong-free <tavmjong@free.fr> |
Change stroke-dasharray and stroke-dashoffset handling to match other properties.
Split style.h into more manageable size files. |
2238559b1acb6cb7b91188901478dd99e5e02518 |
|
09-Mar-2014 |
Martin Owens <doctormo@gmail.com> |
Remove unused includes to tidy up the code. |
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... ? |
9cd3820221748a39af43cbb8fa336b0bfaaf11a8 |
|
30-Sep-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix obvious leak |
fc2e20aa610641335a34aa9b6604c3c4ec0ae7c4 |
|
05-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Switched to global UnitTable. |
8a31b1115420f4d615668373e436a2e4be1cbf51 |
|
03-Aug-2013 |
Markus Engel <markus.engel@tum.de> |
Cleaned up. |
a2dd5625b23a6ec1ecc8481d5271ba159b1b30c9 |
|
20-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Ported "widgets/stroke-style.*". |
d59543855809cbcb6cb9dc2a5181987518438662 |
|
09-Jul-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Ported sp-namedview.cpp (todo: fix a bunch of things). |
3bf61b68adefdaba175e584aeda5b40f23146a7c |
|
11-Jun-2013 |
Martin Owens <doctormo@gmail.com> |
Change marker layout in stroke-widget so they are all on one line. |
60bc3273d0de9fea9ff29baf0612f39f926a1d08 |
|
23-Mar-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Use subclass of RadioButton rather than setting gobject data in Stroke Style dialog: fixes cast-align issue. |
802791744cc00b5547e564e3bee903aef6e57e3a |
|
20-Jan-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
minor fix (do not compare to zero) |
197a83914b869e636d779ab33d8e3371dc99d71c |
|
11-Jan-2013 |
Jon A. Cruz <jon@joncruz.org> |
Warning and dead code cleanup. |
8b19e83a07ee805e3a34b046fbbb8cbf4e481ee2 |
|
09-Dec-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Migrate remaining stuff from GtkTable to GtkGrid |
790392593f020ad906d8e6f8fe5f79d8bbd9c47b |
|
28-Oct-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 165865 : Markers - fix Undo history |
1eb1a3ba15b637bd27122f2d161e82d74defd241 |
|
24-Sep-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 165865 : Assert when duplicating markers |
48ccbd047a46be9ea741214e50ce912ea2c5c5be |
|
18-Sep-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 165865 : Fix marker color on duplicate |
5918336f232770abf2da7efea2e1b35096105034 |
|
20-Aug-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 165865 : markers must take object's stroke color |
afe6139d42ccfc3ff3b5358564caf6f2c9f41216 |
|
04-Aug-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 1030239 : Custom markers only added to the list in Stroke Style after reloading the file |
ec5580f34100a9062ab755a1da5b36cdc31a1c47 |
|
04-Aug-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 1032880 : Stroke style panel is mirrored between open windows |
98987dc6d841bfa5972c33603ccf396f1a923a0d |
|
23-Jun-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Migrate to new device pointer API for GTK+ 3 |
ee67f363ba43fcbfb8c8ceb6f6b9a22c2acb659f |
|
18-Jun-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix crash in fill and stroke dialog with GTK+ 3 |
3deb9b5ce0f058530cd0749009464b5afe8cf09c |
|
01-May-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
gtkmm-3.0 changes for Gtk::Adjustment |
36fe57c03027fcd94aad7d16f751c7d1647dd4a1 |
|
28-Apr-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
gtkmm-3.0 fixes for Gtk::Box and header inclusions |
63bf19eccf7d09f81b700236e40b0db1f1e405db |
|
21-Mar-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 959223 : Object selection messes up styles, regression from r11082 |
8c2f489baa38f019b839e9e6c460386af42c588d |
|
14-Mar-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBox |
a77ee086762c6d6257dad82b1e0cfd05759b9d89 |
|
12-Mar-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix false gtk deprecation warnings from gtkmm headers |
5a0c9c0d523287747d281c61c78cb529b1118778 |
|
29-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header tidying, suppress all gdk deprecation errors in gtkmm |
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 |
5cacbbec22b42a0480f396eb94bcfb5f746ac68a |
|
06-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Get rid of gtkmm top-level header usage - not required by API |
153204556626440b5c646e4d852a15edbefac510 |
|
03-Jan-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
More deprecated GtkTooltips |
c0537dcfe264414d52ad86579d57cb0cb2183dcb |
|
08-Dec-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Switch to top-level glib headers. Thanks to DimStar for patch |
eb500326b7e1b1c966ed013c0dcc6dbf627e78ed |
|
23-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Documentation update pass. |
bd3d5a41afe4498f769d5a8425bf8eb36daa3add |
|
04-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Cleaned up display-forward.h, including many redundant usages. |
dbb33756bd786e9432e18ec7be93f8c416e1b492 |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Doxygen cleanup. |
36bb2154f1627a17c3591eb4d7f89335e8b5dadd |
|
27-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Refactor SPItem bounding box methods: remove NRRect usage and make code
using them more obvious. Fix filter region computation. |
3a3365c39fe3932d005ae1aa4324ef48606f5e18 |
|
07-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Rewrite NRArena -> Inkscape::Drawing. Call render and update
methods on the Drawing rather than on the root DrawingItem. |
d1bde559850436556ebee2e70e10f1cfc8aff636 |
|
06-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Rewrite NRArenaItem hierarchy into C++ |
8a0a34615f080ecd1c09986d8963d6afe5937a25 |
|
16-Jul-2011 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup of oudated/redundant SP_ITEM() macro use. |
c730b7fa118ad88d7cc6047dcc78e7098cdf79ca |
|
15-Jul-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Remove the icon-names.h thing, which was a mistake.
The file now contains a no-op macro which is used to mark icon names.
This way we can still generate a list of icon names we use
using a simple grep, but don't trigger unnecessary rebuilds when
a new icon names is added. |
07b7f1aaaf1087716e784a50cf574a059f7018d3 |
|
04-Jun-2011 |
Jon A. Cruz <jon@joncruz.org> |
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT() gtk type function/macro. |
9982f495cde2750b1c6446bfb152af73ab981512 |
|
17-Apr-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
change spinbox to new one in many places. |
f68aabe351946119c80978525cd86564dd33e02f |
|
21-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. |
d37634d73670180f99a3e0ea583621373d90ec4f |
|
02-Feb-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
update to latest 2geom ! |
6302669b796eadd6994ecdc2e70f0119b29194dd |
|
23-Dec-2010 |
Kris <Kris.De.Gussem@hotmail.com> |
Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" dialogs (Bug 170765) |
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. |
752bd54d33076c171ca18f54c41c21fb0fa2ef35 |
|
22-Aug-2010 |
JazzyNico <nicoduf@yahoo.fr> |
i18n. Context cleanup (context|string replaced with C_). |
cd8e8082c747cc529d5bf595b4102e88224a1811 |
|
05-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Wholesale cruft removal part 4; fix crash when rendering guides |
ab17729e09d54ccfcb65645e6dae62a343e9c6b7 |
|
03-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
another c++ification for sp-object.h/cpp and still in progress... |
5e1a030f60fc5f5753e30882711db9af56f763f5 |
|
02-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
New Class SPDocumentUndo created which takes care of c++fying some non SPDocument based methods |
2b635337710b879262acf4906dd85ee99b69f474 |
|
01-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++fied SPDocument added |
d5ad05ac17abfd7d2eae333a8c1233971e1c1a8f |
|
29-Jun-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
This is the first c++ification commit from me. It handles sp-line, sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. |
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. |
7ef744273fe6b2bc3e739c7ceab262bdfae38d79 |
|
27-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Phase 2 - remove duplicated code and leave a single copy of each function. |
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 |
6fda4eaf3ee5628b5d31cbcd1f2acdc5e7cc505e |
|
03-Jun-2009 |
helix84 <helix84@users.sourceforge.net> |
* [INTL:*] translator comments for all context strings added |
f8663560deb57dfd332026dbc1f25ae8b9904863 |
|
12-May-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
When selecting a path with markers but without a stroke, then one should be able to change the markers and the stroke width. Therefore these controls should not be greyed out in the stroke & fill dialog (fixes bug #166029, which was first reported in 2004 :-) ) |
08989785f2cdc3a4191b1d32914ee0a6e33af9d7 |
|
06-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196. |
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. |