80cb5b0a49029d14dc1a39d139d2c337c7b5aabe |
|
10-Mar-2016 |
Adrian Boguszewski <adrbogus1@student.pg.gda.pl> |
Displays filename instead of blank string in unnamed palettes |
7548eff1649daed7052b1cd38de60a02207dad22 |
|
08-Dec-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std::set<SPObject *>.
Should give some performance improvements (quite a few linear lookups are now logarithmic) |
acd93b79c034f4bcc8ff02de8aa877f70f081881 |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
Put a few std::vector<SPitem*> |
1c1a657fd782b0eb600b69d955d4d266a807df96 |
|
18-Feb-2015 |
mc... <> |
Just...
some...
more...
lines... |
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 |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
d2e42b9425ccd4c2d4c20c2217455da177035e48 |
|
27-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Update to experimental r13565 |
bdd77920088d5498d22675b0ed6c1cdb843bc51b |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Convert accidental member accesses into static function accesses |
1989682aa0e9162a46a309839ea541ff98bd83c1 |
|
25-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
1. make it compile |
c42ca006cc2593efa9a0ea19f2680ea9d5792654 |
|
30-Mar-2014 |
Markus Engel <markus.engel@tum.de> |
Added "Gtk::" scope to "manage" function calls. |
150b6e45ee3f5f9100884208cd91f2ce8fade8e1 |
|
12-Mar-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Reverted swatches
Removed a toy effect (not ready yet)
Fixed a bug with Livarot
General cleanup |
6a5c006765230bd994cc6ac027dab6ed15837bbf |
|
09-Mar-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Remove all trace of the Tags dialog
Fixed Attach Path and Fill Between Many LPEs
Enabled Gradient Meshes |
33827a2ec3e0fd81db88affda5026682b5289a84 |
|
07-Mar-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Start cleanup for merge into trunk |
700ac04eccd25ef1926a433435a18d8cde0d08a2 |
|
06-Mar-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Fixed size of swatches widget |
dfc3c29ec15fcbbeb8d0191dc2f6015c0db50b41 |
|
06-Mar-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Makefile fix |
e4ea18631426457c841561f28b359038a43a5cfb |
|
05-Mar-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Fixed some swatch sizes (what about the table?) |
876d8d6c11e9d388b0fae2440b1bfb91f1ce4ece |
|
05-Mar-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Added new swatches dialog |
fcc794c3b1863f6f0a004e9f38455b2ae44b9fff |
|
05-Mar-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Added a few swatch related functions (does not compile) |
d031386c343fb2816c7e7a804d4e821832736265 |
|
05-Mar-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Added some basic swatch stuff (does not compile) |
6c91f1cfb85832775889ce43e170b446f369656e |
|
04-Mar-2014 |
Liam P. White <inkscapebronyat-signgmaildotcom> |
Remove tag dialog temporarily |
a8118b471d1e6d27909d06cb2d8d06791e843674 |
|
02-Mar-2014 |
Jon A. Cruz <jon@joncruz.org> |
Stop tracking SPDocuments as they are deleted. |
52a3b663778c3304f0e7d0a686c70be03bbf4fc6 |
|
27-Feb-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
swatches dialog: remove unused code part. cleanup some code |
d33ecdf71d723bf2b831b684a2eca8628d521fa7 |
|
27-Feb-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
swatches dialog: properly reference count the reference to SPDocument in timer object. Fixes crash reported in comment #6 of bug 1284391! |
4ba1eb33684740d2188cc50051aee58afd1a5cdd |
|
15-Dec-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
Check order (fixing bug 1219264 ?) |
7a9ea810fad1f34a6e132cbcec222ca374a74d71 |
|
05-Dec-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
add null pointer check |
27e8a544f1ad1e2044b3e993fe7236e16ac099c7 |
|
01-Jul-2013 |
Eric Greveson <eric@greveson.co.uk> |
Factored layer model out into new Inkscape::LayerModel class. This allows
Inkscape::Selection to use a LayerModel that is not associated with a UI.
Changed the interface of verbs (SPAction) to use a new ActionContext
rather than UI::View::View, again so that verbs may be used in a console
mode.
Modified boolean operation verbs to work in console-only mode.
Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops.
Modified main.cpp to process selections and verbs in no-GUI mode.
Other changes are all consequences of the SPDesktop, Selection and
LayerModel interface changes. |
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 |
bf77c21f0de0cf7315031cbd48bb480d91986e58 |
|
23-Feb-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix missing headers for Gtk+ 3 build |
6d28c282c2b9aee841b0814667936ee9f6bdbe6c |
|
28-Nov-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which never go away |
5ffcfbb456bc07b64f881c0104e29ff690db7a86 |
|
08-Oct-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 1060563 : Swatches : Sort the list of swatch names |
5356a4f7df74e03dfb1ed1628618bb57b7b8884d |
|
03-Oct-2012 |
Campbell Barton <ideasman42@gmail.com> |
code cleanup: make more functions static, add includes. |
0d3318acbc3f21aacae51a046154ea6d6394fcbd |
|
21-Jul-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 908392 : Swatches dialog minimum size |
52f6db9ea7d3460be8aa172cbf07d51a39ac32df |
|
10-Apr-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Adopt obsolete GtkAnchorType enum as SPAnchorType |
4e01d478d2cb08d73195d017d907a8e928488c6e |
|
04-Apr-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
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 |
74f9c778a773984d73b82d8b954e13c4e0e40183 |
|
25-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
47badd0035ae8c9135c51444f3770b17ae504dda |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
84d6d1f7365e49f2936df9df890ce49d2c000ce2 |
|
18-Oct-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
dbb33756bd786e9432e18ec7be93f8c416e1b492 |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Doxygen cleanup. |
64fdc4836401254a02e6830e5b2b785257af8381 |
|
16-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix large memory leaks in the swatches panel |
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. |
70207641401debe608223aa2febe3c50f412bcbd |
|
03-Jun-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Use generic headers in preparation for GTK+ 3 transition |
31726d33b3c7c419195678f24392f6d63de35d48 |
|
30-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Queue swatch updates during periods of high UI usage, such as dragging gradient handles. Fixes bug #734981. |
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. |
c03b88c520f2af93112338e81ba1c81c0a530f83 |
|
02-Nov-2010 |
JazzyNico <nicoduf@yahoo.fr> |
i18n. Palettes translation with context (see Bug #667402, Colour palettes not translatable). |
2ed807b2eada1d123b3ff07cf3d43f6e410b8b2c |
|
01-Nov-2010 |
JazzyNico <nicoduf@yahoo.fr> |
i18n. Color palette items are now translatable (see Bug #667402, Color palette not translatable). |
ec3cef722801728184cc83bd46740d0fdcadf908 |
|
04-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Wholesale cruft removal part 1 |
7ae1c61dbba91c635f965c3ddc227e35e82f76b7 |
|
06-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
If 'Edit' on a swatch matches the current selection, invoke Fill-and-Stroke instead of gradient dialog. |
4070e680433ed110afab32340c37664d6c872a31 |
|
06-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Minor cruft cleanup. |
e5a27fd62c20932a7c888d6c58087032763f2dc5 |
|
06-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch marker string. |
39e454bdef986f01ef929a38513fc09b4ae80e32 |
|
05-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++ification of SPObject continued along with the onset of XML Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. |
9281862d9b824ab1fa7ce80b4b22302af26c8f43 |
|
04-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Make order of 'auto' swatches match order in document. |
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. |
2b635337710b879262acf4906dd85ee99b69f474 |
|
01-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++fied SPDocument added |
d3d05e96380600c50cb9bcad75baa6d3f98760c3 |
|
28-Jun-2010 |
Jon A. Cruz <jon@joncruz.org> |
Partial C++-ification of SPGradient |
16913de2f49631167eb0547e4cf3161195a3d3d6 |
|
27-Jun-2010 |
Jon A. Cruz <jon@joncruz.org> |
Implementing the "Convert" popup menu item for gradients/swatches. Part of bug #59441. |
2b25c31a243d45690d7e4db690fe2f50a3c7bbc4 |
|
19-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Fixed missing palette when using file open on a new document. |
eb2d451ff10e3ea84108bce53a3f5cae2c7c4aa2 |
|
16-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Fixing "Auto" palette to be tracked per document, independent of containing panel. |
85ff2be2ed1fdab1853eca0fdf3b71508da3a4d9 |
|
13-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Splitting the color swatch class to be separate for easier work. |
c99ff2fdfa1d10b314188fee10b134a098871735 |
|
12-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Finished live updating of swatch previews. Fixes bugs #397872, #421548. |
7263a3d3ab19d977198dc88c954eb2a86eb920cf |
|
11-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Fix flicker during palette update. |
b1b209f57b0d0f4bb66d801e94100de7f799d925 |
|
10-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Auto swatches now update as they are edited in the document. Some flickering issues still to be resolved. |
8ad3a92202bf2d44a66e5e2f81b0b624971861e0 |
|
03-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Fix color swatch drag preview. |
839598cdda20adbc1a3b5d0982c13558440d1fcb |
|
02-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup on id access. |
1595dbf2bf54fc4e6a98d5a20f1ce5d38d56dad1 |
|
13-Dec-2009 |
Jon A. Cruz <jon@joncruz.org> |
reenable per-document palette to allow for continuing development. |
96b9b1fc05bd9e279386ead29af94371c47e9f2c |
|
20-Sep-2009 |
joncruz <joncruz@users.sourceforge.net> |
Conditionally disable per-document "auto" palette |
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. |
a02211fee45e7402a822d3f81bc0ed49233718e5 |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
4a3b3e44d351f68cfeed1bd403128ceaf4d5cf19 |
|
23-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Track stroke and fill of selected object and flag style palette entries in use. Fixes wishlist bug #172179. |
1a208a2a4f1a5193deb85f877e19ca2c9c824185 |
|
23-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Make drag-n-drop preview a gradient image for gradients. |
31a8d611b51fe7cb27f74e18b69463f05451fc62 |
|
22-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Make simple clicks and menu set match the drag-n-drop color setting. |
aa4792416455af830427e216800b9ee7cd412f39 |
|
22-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Fixed warning from double append. |
45140bf91cb1432469d973ca66952d07957a0f63 |
|
21-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Added rought preview of gradients in swatches. |
6f55ec7628f3d5379c1394f83bb7f2edff3a08e2 |
|
21-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Cleaning up interface. Moved internals out of .h file. |
d6e9ccff06a62c4c68fa310b34c75573fde19e79 |
|
21-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Added explicit tagging of "solid color gradients" and base context menu to add and edit. |
6e06f897cf9954c2710da7a38afabcf766d9da73 |
|
20-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Renamed ColorDef to PaintDef to prep for expanded functionality. |
2187178552a02e09ab59424de3436af68ba72fa6 |
|
18-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Limit things to single-color gradients until we get gradient previews going |
476e2757c7ed51e8a0dbc899ba51579ee74414f4 |
|
18-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Purged use of INKSCAPE_PIXMAPDIR |
59b2c04f52a4732e9305c9411726bf31e40afb57 |
|
17-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Initial read-only generation of per-document palette |
7c65abbcc285edbc00c4c77408a9668e69b97b28 |
|
08-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Reworked internals of color and drag-n-drop. |
9fd31c5b67631b1cc906f3031619ad4ac37b94bc |
|
07-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Moving dnd data generation into the generic ColorDef class. |
46b45043a898fc3e963ba6d1923928f8dd2dc2d2 |
|
05-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Hide the new 'clear' swatch for now |
ed9c3b01658f0292ee709631fa276c2e174ce451 |
|
05-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Adding clear-color swatch to complement no-color. |
5699e1b0751ddeaee06797406efde1a11c5f64bb |
|
04-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Removed boolean "remove" from swatch, used new type enum in ColorDef. |
658d4fff1716e81805f733758199bd5d4eb6ba3f |
|
04-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Cleanup and prep for more work |
359d8ad2cb77e7d73b38ff9f534604ece31c7493 |
|
03-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Adding some no-color to drag-n-drop |
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. |