summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-1/+1
* New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-8/+8
* C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
* This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-2/+2
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-1/+1
* Fix for show/hide.Jon A. Cruz2010-06-171-2/+1
* Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2010-06-161-25/+74
* Changed the embed/link dialog to use radio buttons instead of a checkbox to m...Jon A. Cruz2010-03-181-3/+3
* Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski2010-03-041-41/+21
* Cleanup on id access.Jon A. Cruz2010-03-021-3/+3
* - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-111-0/+2
* recent files: show tooltips with uri, hide local files which are missing or u...buliabyak2009-12-011-0/+3
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-5/+5
* SPDocument->Documentjohnce2009-08-051-5/+5
* Fix bug #168387 (Display mode toggle doesn't update radio button)Diederik van Lierop2009-07-281-5/+49
* When closing a window and while asking whether to save, Inkscape should not b...Diederik van Lierop2009-06-061-7/+16
* Also store the window's geometry when saving through the data-loss warning di...Diederik van Lierop2009-05-251-2/+0
* Inkscape should not discard negative window positions. For example, a maximiz...Diederik van Lierop2009-05-231-6/+4
* remove temporary prefs hackThomas Holder2009-05-171-7/+3
* consistent capitalizationbulia byak2009-03-241-1/+1
* Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz2009-03-201-4/+4
* Rough code to preserve drag-n-drop of solid gradients.Jon A. Cruz2009-03-181-3/+26
* Whitespace cleanupJon A. Cruz2009-03-181-14/+14
* Reworked internals of color and drag-n-drop.Jon A. Cruz2009-03-081-56/+75
* Moving dnd data generation into the generic ColorDef class.Jon A. Cruz2009-03-071-2/+1
* Adding clear-color swatch to complement no-color.Jon A. Cruz2009-03-051-1/+4
* Adding some no-color to drag-n-dropJon A. Cruz2009-03-031-1/+65
* Use g_base64_encode_step when importing images via drag and drop.Krzysztof Kosi??ski2009-02-221-34/+20
* Make the recent menu react to changes in max recent documents preference Krzysztof Kosi??ski2009-02-091-0/+21
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-15/+17
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-6/+6
* Merge from fe-movedTed Gould2008-11-211-2/+3
* From trunkTed Gould2008-10-271-61/+66
* Merging from trunkTed Gould2008-10-111-1/+1
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould2008-09-251-3/+7
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-3/+3
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-2/+2
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
* rearrange to fix the first keypress event being lost with options.savewindowg...bulia byak2008-07-191-4/+4
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
* remove warningsBob Jamison2008-05-131-7/+7
* Removed outdated default size settingJon A. Cruz2008-05-131-3/+0
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-1/+1
* Added part of a patch by Adam Strzelecki which makes GTK menu migrate to OS X...JiHO2008-01-101-0/+13
* Use "%"-key for toggling the snapper, and modify the related sp-desktop codeDiederik van Lierop2007-12-201-3/+4
* warning cleanupJon A. Cruz2007-11-021-25/+25
* Hooks for visual feedback during drag-n-dropJon A. Cruz2007-10-171-0/+46
* drop color on gr-drag firstbulia byak2007-10-161-38/+59
* implement dropping color onto strokebulia byak2007-10-131-4/+34