| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 6 | -5/+7 |
| | | | | (bzr r11018) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 4 | -3/+4 |
| | | | | (bzr r10963) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 7 | -7/+3 |
| | | | | (bzr r10940) | ||||
| * | add tooltip for powerstroke control points | Johan B. C. Engelen | 2012-01-18 | 2 | -8/+5 |
| | | | | (bzr r10906) | ||||
| * | select referred path when pressing shift+d (select original) for a path with ↵ | Johan B. C. Engelen | 2012-01-18 | 1 | -1/+2 |
| | | | | | | Clone original LPE (bzr r10905) | ||||
| * | more header cleanup | Johan B. C. Engelen | 2012-01-17 | 1 | -12/+7 |
| | | | | (bzr r10898) | ||||
| * | proper forward decl | Johan B. C. Engelen | 2012-01-16 | 1 | -2/+1 |
| | | | | (bzr r10894) | ||||
| * | LPE: originalpath parameters: implement select original button | Johan B. C. Engelen | 2012-01-12 | 1 | -1/+11 |
| | | | | (bzr r10875) | ||||
| * | LPE: add new LPE that outputs the original path data. used to make a clone ↵ | Johan B. C. Engelen | 2012-01-12 | 5 | -1/+178 |
| | | | | | | (without LPE) of a path with an LPE applied (bzr r10874) | ||||
| * | CanvasText: reinstate ability to set anchor position manually | Diederik van Lierop | 2012-01-04 | 1 | -5/+3 |
| | | | | (bzr r10841) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 20 | -39/+27 |
| | | | | (bzr r10826) | ||||
| * | 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵ | Diederik van Lierop | 2012-01-01 | 1 | -3/+5 |
| | | | | | | | | variables, and variable border width 2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool) (bzr r10816) | ||||
| * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 1 | -2/+2 |
| | | | | (bzr r10766.1.1) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 8 | -8/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | lpe: add slider to scalar param optionally (does not work very well yet) | Johan B. C. Engelen | 2011-11-09 | 2 | -1/+8 |
| | | | | (bzr r10735) | ||||
| * | Powerstroke: adjust control points when adding or deleting knots, to try and ↵ | Johan B. C. Engelen | 2011-11-05 | 2 | -2/+39 |
| | | | | | | keep the shape a bit the same... (bzr r10728) | ||||
| * | Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing ↵ | Johan B. C. Engelen | 2011-11-04 | 1 | -8/+30 |
| | | | | | | on-canvas code is seriously flawed) (bzr r10719) | ||||
| * | fix order of checks. | Johan B. C. Engelen | 2011-10-28 | 1 | -1/+4 |
| | | | | (bzr r10703) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 1 | -1/+0 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 2 | -2/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -1/+1 |
| | | | | | | | | 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) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 1 | -2/+1 |
| | | | | (bzr r10339) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 2 | -14/+1 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -13/+0 |
| | | | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| | * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -12/+12 |
| | | | | | | | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| | * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 10 | -12/+14 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 2 | -0/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 9 | -12/+12 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 2 | -8/+9 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 2 | -8/+9 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | SPShape c++ified to the extent it was possible and more changes done for XML ↵ | Abhishek Sharma Public | 2010-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7) | ||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | 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 trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | | | | (bzr r9508.1.70) | ||||
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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 trunk | Krzysztof Kosi??ski | 2010-08-08 | 6 | -4/+268 |
| |\| | | | | | | | | (bzr r9508.1.52) | ||||
| | * | | powerstroke: redefine meaning of offset point parameter values. now knots ↵ | Johan B. C. Engelen | 2010-07-30 | 2 | -9/+27 |
| | | | | | | | | | | | | | | | | move with path (bzr r9672) | ||||
| | * | | powerstroke: ctrl+click inserts new stroke knot. BUGGY. reselect object ↵ | Johan B. C. Engelen | 2010-07-28 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | after adding stroke knot (bzr r9666) | ||||
| | * | | powerstroke: arbitrary number of control points. | Johan B. C. Engelen | 2010-07-27 | 3 | -14/+20 |
| | | | | | | | | | | (bzr r9659) | ||||
| | * | | commit missing files | Johan B. C. Engelen | 2010-07-27 | 2 | -0/+213 |
| | | | | | | | | | | (bzr r9658) | ||||
| | * | | more powerstroke build infrastructure | Johan B. C. Engelen | 2010-07-26 | 3 | -0/+19 |
| | |/ | | | | | (bzr r9656) | ||||
| * / | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 2 | -4/+4 |
| |/ | | | (bzr r9508.1.48) | ||||
| * | Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse. | Jon A. Cruz | 2010-03-19 | 1 | -2/+2 |
| | | | | (bzr r9209) | ||||
| * | add widget controls for LPE VectorParam. Hide these controls for LPE Hatches. | Johan B. C. Engelen | 2010-02-14 | 1 | -17/+13 |
| | | | | (bzr r9086.1.1) | ||||
| * | Fix some of the LPE issues. | Krzysztof Kosi??ski | 2010-01-22 | 1 | -2/+2 |
| | | | | (bzr r9013) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2010-01-15 | 1 | -2/+2 |
| | | | | (bzr r8981) | ||||
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 1 | -2/+2 |
| |\ | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | ||||
| | * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -2/+2 |
| | | | | | | | (bzr r8895) | ||||
| * | | Remove remnants of old node tool | Krzysztof Kosi??ski | 2009-12-24 | 1 | -2/+0 |
| | | | | | | | (bzr r8846.2.6) | ||||
