summaryrefslogtreecommitdiffstats
path: root/src/text-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-1/+0
2012-05-09Centralized line creation and enhanced visibility.Jon A. Cruz1-2/+3
2012-05-04C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz1-8/+8
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-96/+1
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-59/+158
2012-03-13Patch for IME text placement lp:166632 by Takeyuki ShiramotoJosh Andler1-9/+22
2012-03-01fix issues introduced with revision 10932Kris De Gussem1-3/+3
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-2/+2
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-04cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem1-75/+54
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-1/+1
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-1/+2
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-2/+2
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-3/+3
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-2/+2
2011-07-03GTK+ cleanup: gtk_timeout_removeAlex Valavanis1-1/+1
2011-07-03GTK+ cleanup: gtk_timeout_addAlex Valavanis1-1/+1
2011-06-26- Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop1-1/+1
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-1/+1
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-2/+1
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-10/+15
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-02Implement snapping in the text toolDiederik van Lierop1-9/+33
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-23/+23
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-6/+6
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-1/+1
2010-04-04Coords: fix initial cursor position in the text toolKrzysztof Kosi??ski1-1/+1
2010-01-15Warning cleanup.Jon A. Cruz1-1/+1
2009-12-21utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak1-3/+22
2009-09-23Fix for 181663 by The Adib. Yay for working Italics button on the toolbar!Josh Andler1-3/+3
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-4/+1
2009-06-06make alt+x work when no text is selectedbulia byak1-0/+3
2009-03-30Fix bug #338838: Using double-click on a selected shape to switch to that sha...Diederik van Lierop1-1/+1
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-5/+5
2009-03-13remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder1-2/+1
2009-02-16utilities for getting style at cursor, placing cursor at iterator or coordina...bulia byak1-3/+43
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-4/+8
2009-01-08switch to using shape_editor, instead of separate knotholders and listeners; ...bulia byak1-47/+11
2008-12-08Make all tools consider full parent transform (up to document, not just up to...Thomas Holder1-13/+2
2008-12-02wiki link addedThomas Holder1-0/+1
2008-11-29bug #168777 (consider root transform and viewBox)Thomas Holder1-0/+11
2008-11-21Merge from fe-movedTed Gould1-4/+4
2008-10-27From trunkTed Gould1-32/+34
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-22Adjust blink time and base frequency on gtk setting. Fixes bug #272605.Jon A. Cruz1-3/+12
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-6/+6
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-11/+11
2008-08-14Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert1-6/+6
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-08patch from bug 244940bulia byak1-4/+30