summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-3/+3
| | | (bzr r12782)
* C++Johan B. C. Engelen2013-10-041-2/+2
| | | (bzr r12660)
* C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen2013-09-251-1/+1
| | | | | slowly slowly... (bzr r12593)
* Merge from trunk.Matthew Petroff2013-09-201-4/+4
|\ | | | | (bzr r12475.1.29)
| * Merged from trunk (r12517).Markus Engel2013-09-141-17/+20
| |\ | | | | | | (bzr r11608.1.121)
| * \ Merged from trunk (r12488).Markus Engel2013-08-301-4/+4
| |\ \ | | | | | | | | (bzr r11608.1.120)
| * \ \ Merged from trunk (r12305)Markus Engel2013-04-271-8/+4
| |\ \ \ | | | | | | | | | | (bzr r11608.1.106)
| * | | | Cleaned up a bit.Markus Engel2013-04-211-1/+2
| | | | | | | | | | | | | | | (bzr r11608.1.102)
| * | | | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-3/+2
| | | | | | | | | | | | | | | (bzr r11608.1.82)
* | | | | Merge from trunk.Matthew Petroff2013-09-121-17/+20
|\ \ \ \ \ | | |_|_|/ | |/| | | (bzr r12475.1.16)
| * | | | fix Windows buildJohan B. C. Engelen2013-09-121-3/+3
| | | | | | | | | | | | | | | (bzr r12507)
| * | | | Allow EMF import from Wine apps on LinuxKrzysztof Kosi??ski2013-09-021-14/+17
| | |_|/ | |/| | | | | | (bzr r12500)
* / | | Improve code readability.Matthew Petroff2013-08-281-2/+2
|/ / / | | | | | | (bzr r12475.1.9)
* | / Eliminate "unit-constants.h".Matthew Petroff2013-07-311-4/+4
| |/ |/| | | (bzr r12380.1.54)
* | Remove GLib error and remove some cruftMartin Owens2013-04-211-8/+4
|/ | | (bzr r12286)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* 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)