| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -6/+6 | |
| | | | | | | | | | | | 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 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) | |||||
| * | | Implement snapping in the text tool | Diederik van Lierop | 2010-10-02 | 1 | -9/+33 | |
| |/ | | | (bzr r9810) | |||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -1/+1 | |
| | | | | | | | 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) | |||||
| * | Coords: fix initial cursor position in the text tool | Krzysztof Kosi??ski | 2010-04-04 | 1 | -1/+1 | |
| | | | | (bzr r9281.1.13) | |||||
| * | Warning cleanup. | Jon A. Cruz | 2010-01-15 | 1 | -1/+1 | |
| | | | | (bzr r8981) | |||||
| * | utilities and UI support for identifying truncated flowtext and text-on-path | buliabyak | 2009-12-21 | 1 | -3/+22 | |
| | | | | (bzr r8898) | |||||
| * | Fix for 181663 by The Adib. Yay for working Italics button on the toolbar! | Josh Andler | 2009-09-23 | 1 | -3/+3 | |
| | | | | (bzr r8641) | |||||
| * | Make the snap delay mechanism easier to implement for the devs, and get rid ↵ | Diederik van Lierop | 2009-07-18 | 1 | -4/+1 | |
| | | | | | | of the related warning messages (bzr r8302) | |||||
| * | make alt+x work when no text is selected | bulia byak | 2009-06-06 | 1 | -0/+3 | |
| | | | | (bzr r8014) | |||||
| * | Fix bug #338838: Using double-click on a selected shape to switch to that ↵ | Diederik van Lierop | 2009-03-30 | 1 | -1/+1 | |
| | | | | | | shape's tool would give a snap-window-already-closed warning (bzr r7594) | |||||
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -5/+5 | |
| | | | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | |||||
| * | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 2009-03-13 | 1 | -2/+1 | |
| | | | | (bzr r7478) | |||||
| * | utilities for getting style at cursor, placing cursor at iterator or ↵ | bulia byak | 2009-02-16 | 1 | -3/+43 | |
| | | | | | | coordinates, getting cursor iterator; display char count when editing in text tool (bzr r7299) | |||||
| * | - The snap-delay mechanism should now be more robust. From now on, it must ↵ | Diederik van Lierop | 2009-01-25 | 1 | -4/+8 | |
| | | | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172) | |||||
| * | switch to using shape_editor, instead of separate knotholders and listeners; ↵ | bulia byak | 2009-01-08 | 1 | -47/+11 | |
| | | | | | | fixes a lot of crashes, simplifies code (bzr r7097) | |||||
| * | Make all tools consider full parent transform (up to document, not just up ↵ | Thomas Holder | 2008-12-08 | 1 | -13/+2 | |
| | | | | | | | | to root) See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974) | |||||
| * | wiki link added | Thomas Holder | 2008-12-02 | 1 | -0/+1 | |
| | | | | (bzr r6933) | |||||
| * | bug #168777 (consider root transform and viewBox) | Thomas Holder | 2008-11-29 | 1 | -0/+11 | |
| | | | | (bzr r6920) | |||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -4/+4 | |
| | | | | (bzr r6891) | |||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -32/+34 | |
| | | | | (bzr r6885) | |||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 | |
| | | | | (bzr r6884) | |||||
| * | Adjust blink time and base frequency on gtk setting. Fixes bug #272605. | Jon A. Cruz | 2008-09-22 | 1 | -3/+12 | |
| | | | | (bzr r6869) | |||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -6/+6 | |
| | | | | (bzr r6839) | |||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -11/+11 | |
| | | | | (bzr r6793) | |||||
| * | Removal of SP_ACTIVE_DESKTOP, next take | Maximilian Albert | 2008-08-14 | 1 | -6/+6 | |
| | | | | (bzr r6630) | |||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 | |
| | | | | (bzr r6593) | |||||
| * | patch from bug 244940 | bulia byak | 2008-08-08 | 1 | -4/+30 | |
| | | | | (bzr r6588) | |||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -2/+2 | |
| | | | | (bzr r6569) | |||||
| * | add pgup/pgdn in text, fix auto scrolling | bulia byak | 2008-07-18 | 1 | -21/+61 | |
| | | | | (bzr r6345) | |||||
| * | I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK | MenTaLguY | 2008-07-08 | 1 | -2/+1 | |
| | | | | (bzr r6222) | |||||
| * | enable motion hints for non-freehand actions | MenTaLguY | 2008-07-08 | 1 | -1/+1 | |
| | | | | (bzr r6220) | |||||
| * | use light blue for text selection, at least until we can do inversion again | bulia byak | 2008-06-24 | 1 | -1/+3 | |
| | | | | (bzr r6036) | |||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -3/+3 | |
| | | | | (bzr r5915) | |||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 1 | -2/+2 | |
| | | | | (bzr r5797) | |||||
| * | fix bug 168751 (sf1749738) | bulia byak | 2007-12-30 | 1 | -1/+2 | |
| | | | | (bzr r4340) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-25 | 1 | -41/+43 | |
| | | | | (bzr r4133) | |||||
| * | use gobble_key_events to speed up keyboard moves | bulia byak | 2007-11-21 | 1 | -8/+16 | |
| | | | | (bzr r4121) | |||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -4/+4 | |
| | | | | (bzr r4043) | |||||
| * | Fix for [ 1645874 ] F8, drag, xml editor, expand highligted, select child=crash | Johan B. C. Engelen | 2007-11-04 | 1 | -0/+6 | |
| | | | | (bzr r4027) | |||||
| * | gobble more of motion events; make statusbar messages immediate for better ↵ | bulia byak | 2007-08-21 | 1 | -1/+2 | |
| | | | | | | visual feedback (bzr r3561) | |||||
| * | due to the order of processing events, we must disable lmb handling in ↵ | bulia byak | 2007-07-29 | 1 | -90/+88 | |
| | | | | | | children contexts so that parent event context can handle it for space panning (bzr r3341) | |||||
| * | Cleaned up logic of sp_te_delete to adhere to UI/logic layering. | Gail Carmichael | 2007-07-18 | 1 | -14/+59 | |
| | | | | (bzr r3267) | |||||
| * | A few additions to ensure that editing trefs is not allowed (and doesn't ↵ | Gail Carmichael | 2007-07-17 | 1 | -6/+22 | |
| | | | | | | cause a crash). Also allows all trefs within a selection to be 'unlinked'. (bzr r3261) | |||||
| * | fix style querying: now all objects have style, so to go up from SPStrings ↵ | bulia byak | 2007-06-27 | 1 | -2/+3 | |
| | | | | | | we need a different check (bzr r3112) | |||||
| * | close transaction when removing empty flowtext; fixes 1704180 | bulia byak | 2007-04-21 | 1 | -0/+2 | |
| | | | | (bzr r2944) | |||||
| * | give new flowtext the current text tool style | bulia byak | 2007-03-16 | 1 | -0/+2 | |
| | | | | (bzr r2668) | |||||
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -2/+8 | |
| | | | | (bzr r2596) | |||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -3/+4 | |
| | | | | | | create methods to match DOM (bzr r2253) | |||||
| * | enable Ctrl+Shift+U to switch Unicode mode; add explanatory (Enter to ↵ | bulia byak | 2006-11-03 | 1 | -4/+4 | |
| | | | | | | finish) to the statusbar (bzr r1890) | |||||
