summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+50
| | | (bzr r11782)
* Use new form of set() method in Gtk::ClipboardAlex Valavanis2012-06-091-0/+6
| | | (bzr r11476)
* Adding checks to prevent null pointer dereferencesKris De Gussem2012-05-041-11/+26
| | | (bzr r11325)
* Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵Kris De Gussem2012-04-051-180/+5
| | | | | thread "Some clipboard functions") (bzr r11153)
* Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour2012-03-181-4/+5
| | | (bzr r11097)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-1/+1
|\ | | | | (bzr r11027)
* | cppcheck: null pointer dereference fixKris De Gussem2012-02-211-3/+3
| | | | | | (bzr r11007)
* | add underscores to some member variables.Johan B. C. Engelen2012-01-171-2/+2
| | | | | | | | | | add some const stuff (bzr r10900)
* | Fix for bug #496793 (ctrl c ctrl v of text in edit mode crashes inkscape) by ↵Nicolas Dufour2012-01-131-3/+1
| | | | | | | | | | Chris Bainbridge. (bzr r10876)
* | dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-071-1/+3
| | | | | | (bzr r10858)
* | Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-1/+1
|/ | | (bzr r10830)
* Doxygen cleanup.Jon A. Cruz2011-10-031-40/+41
| | | (bzr r10660)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-2/+0
| | | (bzr r10582.1.6)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-4/+4
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-3/+3
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-16/+17
| | | (bzr r10067)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-36/+32
|\ | | | | (bzr r9945.1.1)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
| | | | | | (bzr r9546.1.4)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-10/+10
| | | | | | | | | | 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]. (bzr r9546.1.1)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* | Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-0/+1
| | | | | | (bzr r9697)
* | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-7/+7
|/ | | | | Removed unneeded and outdated macro use. (bzr r9564)
* better fix for lpe stack forkingJohan B. C. Engelen2010-05-181-2/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431)
* Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz2010-03-191-46/+36
| | | (bzr r9209)
* Brace safety cleanup.Jon A. Cruz2010-03-191-73/+181
| | | (bzr r9208)
* Changed the embed/link dialog to use radio buttons instead of a checkbox to ↵Jon A. Cruz2010-03-181-3/+4
| | | | | make the link/embed effect clearer. (bzr r9202)
* fix pasting of LPE stacksJohan B. C. Engelen2010-03-141-11/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/290834 (bzr r9191)
* Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski2010-03-041-20/+19
| | | (bzr r9143)
* 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in ↵Diederik van Lierop2010-02-251-2/+3
| | | | | | | | | | the selector tool) 2) Allow constrained translation for 1) (with <ctrl>) 3) Fix snapping to the grid when pasting 4) Show snap indicators for all of the above 5) Implement snap delay mechanism for 1) and 2) (bzr r9113)
* Patch from Diedrik for 296778Josh Andler2009-09-141-1/+34
| | | (bzr r8590)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-19/+19
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-19/+19
| | | (bzr r8405)
* parent transformation on import and paste (Bug #376064, Bug #375499)Thomas Holder2009-05-131-1/+1
| | | (bzr r7876)
* call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968)Thomas Holder2009-05-111-4/+1
| | | (bzr r7860)
* Make sure that the item center (origin for rotations) does not change due to ↵Diederik van Lierop2009-04-291-15/+18
| | | | | copy & paste (Fixes bug #320489) (bzr r7797)
* fix copy/paste of color from gradient stopsbulia byak2009-03-261-1/+22
| | | (bzr r7569)
* fix pasting style after copying a text spanbulia byak2009-02-161-6/+28
| | | (bzr r7301)
* gcc warning cleanup:Felipe Corr??a da Silva Sanches2009-02-081-2/+2
| | | | | | warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251)
* reworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally ↵Thomas Holder2008-12-091-56/+30
| | | | | fixing remaining issues with bug #234305 (bzr r6978)
* fix for Bug #234305 (paste into transformed groups)Thomas Holder2008-12-081-0/+10
| | | (bzr r6975)
* commentbulia byak2008-11-291-1/+1
| | | (bzr r6919)
* Merge from fe-movedTed Gould2008-11-211-14/+11
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-1/+1
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-6/+6
| | | (bzr r6884)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-3/+3
| | | (bzr r6836)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-5/+6
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* Fix LP #258124 and crash when copying LPEsMaximilian Albert2008-09-081-1/+1
| | | (bzr r6778)
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-281-1/+1
| | | (bzr r6722)