Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / sp-namedview.cpp
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-11-17 Chris MorganSuper duper mega (fun!) commit: replaced encoding=utf...
2010-09-26 JazzyNicoFix for Bug #586955 (the unit for user defined document...
2010-08-11 Abhishek Sharma... XML Privatisation Stuff after a long time
2010-07-24 Abhishek Sharma... Yet mor in c++ification
2010-07-12 Abhishek Sharma... SPObject c++ification finalized along with the beginnin...
2010-07-03 Abhishek Sharma... another c++ification for sp-object.h/cpp and still...
2010-07-02 Abhishek Sharma... New Class SPDocumentUndo created which takes care of...
2010-03-26 Ted GouldMerge from trunk
2010-03-02 Jon A. CruzCleanup on id access.
2010-01-14 Krzysztof Kosiński* Merge from trunk
2009-12-27 Arcadie M. CracanConnector tool: make connectors avoid the convex hull...
2009-12-21 Ted GouldUpdating to current trunk
2009-12-21 Ted GouldUpdating the READMEs to better handle OSX.
2009-12-20 Jon A. CruzWarning cleanup
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-06-06 dvlierop2Make sure that when opening a window, this window is...
2009-05-31 dvlierop2When a guide is hidden, then also hide its origin ...
2009-05-31 dvlierop2Store the maximized state in the document (closes bug...
2009-05-23 dvlierop2Inkscape should not discard negative window positions...
2009-02-26 joncruzPurged unused static function
2009-02-22 dvlierop2Snapping of guides now turned on by default, and fixed...
2009-01-31 dvlierop2Store the snapper tolerances in the snap-preferences...
2009-01-28 dvlierop2Add buttons for snapping to grids and/or guides
2009-01-18 dvlierop2- Snap to the midpoint of shapes and bboxes
2008-12-14 dvlierop21) snap midpoints of line segments (both as source...
2008-11-21 Ted GouldMerge from fe-moved
2008-10-27 Ted GouldFrom trunk
2008-09-18 cilix42Next roud of NR ==> Geom conversion
2008-08-08 dvlierop2Snap to intersections of any kind of path (were we...
2008-06-22 mjwybrow * src/2geom/isnan.h, src/libcola/cola.cpp, src/style...
2008-06-11 mentalplumb XML::Documents in everywhere
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
2008-05-31 sasilverwrtlprnft's patch for bug 234834 - keeps guidelines...
2008-05-21 dvlierop2- Use constrainedSnap() instead of freeSnap() if we...
2008-05-04 dvlierop2Next steps in implementing the snapping indicator
2008-03-12 dvlierop2Snap to page border
2008-02-24 joncruzWarning and whitespace cleanup
2008-01-31 bryceApplying fixes for gcc 4.3 build issues (closes LP...
2008-01-17 johanengelenremove SPDesktop from SPNamedView when it is destroyed...
2008-01-15 mentalstop toggling insensitive state for modification flag...
2008-01-15 mentalabstract use of sodipodi:modified
2007-12-29 johanengelenFixed bug #172778, [old] grid settings not respected...
2007-12-24 johanengelenangled guidelines: create angled line when dragging...
2007-12-12 dvlierop2Add global snapping toggle
2007-12-08 dvlierop2Snap to axonometric grid lines
2007-12-05 johanengelenLookup object from repr instead of id to fix redo of...
2007-12-04 johanengelendon't crash upon adding strange named XML element to...
2007-11-14 dvlierop2Snap to intersections of line segments
2007-11-13 cilix42Don't set inkscape:modified on startup when grids are...
2007-11-05 dvlierop2Improve the user interaction for snapping of bounding...
2007-10-24 johanengelenremove debug messages, convert tabs to spaces and remov...
2007-10-24 johanengelenFix bug [ 1818794 ] Showing grid on opening svg
2007-08-28 dvlierop2Implement snapping of guides while dragging them, and...
2007-08-19 dvlierop2Turn off default object snapping
2007-08-06 dvlierop21) Make snapping of object's center optional 2) Optimiz...
2007-08-03 dvlierop2Rearrange snapping preferences, put distinction between...
2007-07-28 dvlierop21) Changes to snapping preferences dialog
2007-07-06 johanengelenFix #1740146.
2007-06-18 buliabyakpatch 1734633: option to save window geometry in prefs
2007-05-19 pjrmnoop: Fix truncated vim modeline.
2007-04-20 johanengelengrid: make grid names translatable. use different gridt...
2007-04-19 dvlierop2Improve readability and remove some unused code
2007-04-17 dvlierop2By default 'snap to object nodes/paths' must be off
2007-04-15 johanengelenRemoval of old grid code - fully enabled new grid code.
2007-04-13 johanengelenNew Grids are now ready to go. bug testing can start...
2007-04-13 johanengelenNew grids are almost ready to fly!
2007-04-12 dvlierop2Always snap both bboxes and nodes. Remove all 'snap...
2007-04-01 johanengelenremoved leftover debug messages. Toggling new grids...
2007-03-26 buliabyakpurge unused and considered-harmful has_abs_tolerance
2007-03-25 johanengelenPurging old axonometric grid code: reworked it into...
2007-03-20 mentalplumb XML::Document parameter into duplication, courtes...
2007-03-20 johanengelenMonster commit. New grid infrastructure. The old gridma...
2006-12-31 bryceBugfix for 1625278, where inkscape would crash if loadi...
2006-12-13 johanengelenFIXED BUG [ 1612814 ]: Guides and gridlines vanish...
2006-11-30 ulferiksonopen window ON-screen
2006-11-18 buliabyakseparate updating window from updating layers
2006-10-26 johanengelenRenaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid...
2006-10-26 johanengelenBug fix in set_gridtype
2006-10-16 johanengelenhack*ahum*infrastructure to implement axonometric grid...
2006-10-13 johanengelenRemoved some copy-paste code.
2006-10-01 gustav_bMoved EventLog from SPDocument to SPDesktop to prevent...
2006-09-21 johanengelenAXONOMETRIC (3D) GRID! OK, still alot of work to be...
2006-08-26 mgsloangboolean -> bool conversion commit 1. Modifies code...
2006-08-25 kidprotopeeled back the gboolean code as it hit on some complex...
2006-08-23 kidprotoOk, committed msgloan's patch to convert gbooleans...
2006-07-09 gustav_bAdded descriptions to Undo/Redo commands in the menus
2006-05-09 cth103Re-enable link between grid visibility and grid snap.
2006-05-04 cth103Clean up knutux's fix for the snapper crash.
2006-05-04 knutuxTemporary fix for broken snap functionality: as named...
2006-05-03 cth103Give SPNamedView a SnapManager instance and use it...
2006-04-17 mentalGet rid of the SP_DT_* macros which do nothing more...
2006-03-13 pjrm#include svg/svg-color.h instead of or as well as ...
2006-02-15 rwstbulk trailing spaces removal. consistency through MD5...
2006-01-20 mjwybrow * src/widgets/toolbox.cpp, src/widgets/desktop...
2006-01-16 mentalmoving trunk for module inkscape