summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-06When closing a window and while asking whether to save, Inkscape should not b...Diederik van Lierop1-7/+16
2009-05-25Also store the window's geometry when saving through the data-loss warning di...Diederik van Lierop1-2/+0
2009-05-23Inkscape should not discard negative window positions. For example, a maximiz...Diederik van Lierop1-6/+4
2009-05-17remove temporary prefs hackThomas Holder1-7/+3
2009-03-24consistent capitalizationbulia byak1-1/+1
2009-03-20Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz1-4/+4
2009-03-18Rough code to preserve drag-n-drop of solid gradients.Jon A. Cruz1-3/+26
2009-03-18Whitespace cleanupJon A. Cruz1-14/+14
2009-03-08Reworked internals of color and drag-n-drop.Jon A. Cruz1-56/+75
2009-03-07Moving dnd data generation into the generic ColorDef class.Jon A. Cruz1-2/+1
2009-03-05Adding clear-color swatch to complement no-color.Jon A. Cruz1-1/+4
2009-03-03Adding some no-color to drag-n-dropJon A. Cruz1-1/+65
2009-02-22Use g_base64_encode_step when importing images via drag and drop.Krzysztof Kosi??ski1-34/+20
2009-02-09Make the recent menu react to changes in max recent documents preference Krzysztof Kosi??ski1-0/+21
2009-01-10Added a new toolbar with snapping controlsDiederik van Lierop1-15/+17
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-6/+6
2008-11-21Merge from fe-movedTed Gould1-2/+3
2008-10-27From trunkTed Gould1-61/+66
2008-10-11Merging from trunkTed Gould1-1/+1
2008-09-25Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould1-3/+7
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-3/+3
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-2/+2
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-07-19rearrange to fix the first keypress event being lost with options.savewindowg...bulia byak1-4/+4
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-05-13remove warningsBob Jamison1-7/+7
2008-05-13Removed outdated default size settingJon A. Cruz1-3/+0
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-1/+1
2008-01-10Added part of a patch by Adam Strzelecki which makes GTK menu migrate to OS X...JiHO1-0/+13
2007-12-20Use "%"-key for toggling the snapper, and modify the related sp-desktop codeDiederik van Lierop1-3/+4
2007-11-02warning cleanupJon A. Cruz1-25/+25
2007-10-17Hooks for visual feedback during drag-n-dropJon A. Cruz1-0/+46
2007-10-16drop color on gr-drag firstbulia byak1-38/+59
2007-10-13implement dropping color onto strokebulia byak1-4/+34
2007-09-24Fixed unsafe hardcoding of buffer sizeJon A. Cruz1-1/+1
2007-07-28Modification of the parameters/return value of SPDesktop::getToplevelJoel Holdsworth1-7/+1
2007-07-28Gtkmm-ified the desktop window object, and modified the file dialogs so that ...Joel Holdsworth1-85/+28
2007-07-26Fix Bug 1653629 : we can know start inkscape without key fileJean-Ren?? Reinhard1-2/+12
2007-06-18patch 1734633: option to save window geometry in prefsbulia byak1-16/+115
2007-04-07Updated overwrite confirmation dialog to be similar to the new stock GTK+ oneJon A. Cruz1-39/+26
2007-04-01fix annoying superfluous separatorbulia byak1-1/+2
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-11/+5
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-1/+1
2007-03-11Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY1-2/+5
2007-02-27get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY1-1/+1
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY1-2/+3
2006-11-18separate updating window from updating layersbulia byak1-0/+1
2006-10-24fix 1574873bulia byak1-1/+1
2006-10-05undo annotationsbulia byak1-4/+4