summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* try to add some const-correctnessJohan B. C. Engelen2013-10-241-0/+5
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-15/+10
* Merged from trunk (r12488).Markus Engel2013-08-301-20/+22
|\
| * Switched to global UnitTable.Matthew Petroff2013-08-041-4/+1
| * Removed SPMetric.Matthew Petroff2013-07-221-13/+0
| * Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff2013-07-221-0/+13
| * Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-2/+1
| * Fixed memory corruption introduced in a previous commit.Matthew Petroff2013-07-171-3/+3
| * Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-12/+15
| * Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff2013-07-021-4/+7
* | Cleaned up.Markus Engel2013-08-031-236/+217
* | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-6/+26
* | Removed placement news / explicit destructor calls.Markus Engel2013-07-311-1/+1
* | Merged from trunk (r12419).Markus Engel2013-07-141-32/+59
|\|
| * Update minimum window size logic for cases when not saving window positions.Jon A. Cruz2013-05-011-38/+58
| * Fix for Bug #830663 (default window size is too small) by Jiabao WuJon A. Cruz2013-05-011-5/+12
* | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
* | Merged ObjectGroup and subclasses.Markus Engel2013-04-061-76/+53
* | Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel2013-04-021-0/+11
* | Added constructors to SP classes.Markus Engel2013-04-011-4/+28
* | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
* | Renamed virtual function names.Markus Engel2013-03-291-11/+11
* | merged from trunkMarkus Engel2013-03-291-81/+11
|\|
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-39/+12
| * Fix for 928205 : Do not save viewport metadata optionJohn Smith2012-10-281-2/+2
| * Fix for 928205 : Preference to not save doc viewport metadataJohn Smith2012-08-281-3/+6
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-5/+5
* | Added "virtual pads" toMarkus Engel2013-03-291-3/+3
* | Various changes.Markus Engel2013-03-141-1/+1
* | Added "virtual pad" to SPNamedView.Markus Engel2012-08-211-21/+59
|/
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-0/+11
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+2
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-0/+18
* 1) Add checkboxes for perpendicular and tangential snapping to the document p...Diederik van Lierop2012-02-141-0/+10
* Header cleaningAlex Valavanis2012-02-121-0/+1
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-6/+2
* when resizing page, move the origin of the grids too. This way all objects wi...Johan B. C. Engelen2011-12-201-0/+9
* Refactor snap-preferences a bit moreDiederik van Lierop2011-12-181-3/+3
* 1) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop2011-10-081-0/+10
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-4/+1
* 1) Use the "snap guides" button both for guides being snap sources, as well a...Diederik van Lierop2011-08-231-1/+1
* Some code cosmetics and commentsDiederik van Lierop2011-08-221-19/+15
* Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-221-19/+19
* fix old standing issue of converting 0.45 grids to >0.45Johan B. C. Engelen2011-08-181-5/+5
* Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-3/+3
* Merge from trunkKrzysztof Kosi??ski2011-07-061-29/+37
|\
| * Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop2011-06-301-0/+5
| * - Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop2011-06-261-29/+32
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-2/+2
|/
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-2/+3