summaryrefslogtreecommitdiffstats
path: root/src/tweak-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-7/+6
| | | (bzr r11345)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-56/+1
| | | (bzr r11318)
* More GDK key macro fixes, and some cursor referencingAlex Valavanis2012-04-081-60/+119
| | | (bzr r11180)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-2/+2
| | | (bzr r10873)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-11/+9
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-2/+2
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-1/+1
| | | (bzr r10461)
* Merge from trunkKrzysztof Kosi??ski2011-07-061-1/+1
|\ | | | | (bzr r10347.1.5)
| * Switch to GObjectAlex Valavanis2011-06-241-1/+1
| | | | | | (bzr r10350.1.3)
* | Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-1/+0
|/ | | (bzr r10347.1.1)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-427/+438
|\ | | | | (bzr r9508.1.73)
| * Tweak and spray:Nicolas Dufour2011-04-011-411/+422
| | | | | | | | | | | | | | | | * Fix for Bug #745652 (Gradient handles persistence with Tweak and Spray). * Fix for Bug #490225 (Tweak Tool : Opacity doesn't change in Paint/Jitter modes). * Tweak tool code consistency fix. * Spray tool default status message modified. (bzr r10139)
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-17/+17
| | | | | | (bzr r10060)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
| | | | | | (bzr r10025)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+1
| | | | | | | | | | header. (bzr r9978.1.1)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-47/+49
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-47/+49
| |\ | | | | | | (bzr r9945.1.1)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-3/+3
| | | | | | | | | (bzr r9546.1.4)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-13/+13
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-12/+12
| | | | | | | | | | | | | | | 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)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | | | | (bzr r9508.1.70)
| * | 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)
* | merge from trunkKrzysztof Kosi??ski2010-08-081-7/+11
|\| | | | | (bzr r9508.1.52)
| * Partial C++-ification of SPGradientJon A. Cruz2010-06-281-7/+11
| | | | | | (bzr r9542)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-2/+0
| | | | | | (bzr r9508.1.45)
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-2/+1
|/ | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-4/+4
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Fix tweak and paint bucket toolsKrzysztof Kosi??ski2010-04-031-4/+4
| | | (bzr r9281.1.6)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-1/+0
| | | (bzr r9163)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* Use cursor-tweak-move.xpm for all object modes and cursor-color.xpmTavmjong Bah2009-07-181-1/+6
| | | | | | for color paint mode until someone creates new cursors. This at least gives consistency as to which cursor is used in each mode. (bzr r8298)
* fix crash when tweak-deleting objects in groups: you cannot get ↵bulia byak2009-03-221-2/+11
| | | | | SP_OBJECT_NEXT from a deleted object (bzr r7542)
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-1/+0
| | | (bzr r7478)
* use 2geom bezier fitting (is copy of inkscape's)Johan B. C. Engelen2008-12-101-1/+0
| | | (bzr r6983)
* NR->Geom conversion of some text functions and tweak-contextJoshua L. Blocher2008-11-281-26/+26
| | | (bzr r6915)
* Merge from fe-movedTed Gould2008-11-211-9/+9
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-40/+72
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-29/+117
| | | (bzr r6884)
* [i18n] Added use of plural forms.Marcin Floryan2008-09-241-1/+1
| | | (bzr r6881)
* transform modes for tweak toolbulia byak2008-09-191-139/+304
| | | (bzr r6843)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-3/+3
| | | (bzr r6839)
* Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-151-1/+1
| | | (bzr r6633)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-4/+4
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-3/+3
| | | (bzr r6569)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-2/+0
| | | (bzr r6540)
* simplify color reading from tool stylebulia byak2008-07-261-22/+4
| | | (bzr r6427)
* 2geomify the static defined hatchcircles of dropper tool, dyna draw and ↵Johan B. C. Engelen2008-07-081-14/+9
| | | | | tweak tool. (bzr r6229)