summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-05Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz1-13/+16
2015-12-03String desc fixJabier Arraiza Cenoz1-2/+0
2015-12-03Add global lock guides to the rulersJabier Arraiza Cenoz1-6/+52
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+3
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-11-26Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah1-2/+2
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-5/+5
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-1/+1
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-62/+77
2014-09-07Update to experimental r13543Liam P. White1-61/+76
2014-09-07Back out changes in r13514 -- seems to break buildLiam P. White1-61/+76
2014-08-24desktop-widget: GObject boilerplate reductionAlex Valavanis1-76/+61
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-4/+4
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-4/+4
2014-06-19Fix a crash where the canvas does not have a valid main elementLiam P. White1-0/+3
2014-06-19Fix a crash where the canvas does not have a valid mainLiam P. White1-0/+3
2014-03-12Reverted swatchesLiam P. White1-1/+1
2014-03-05Added new swatches dialogLiam P. White1-1/+1
2014-02-27Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,Krzysztof Kosi??ski1-5/+0
2014-01-11gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem1-17/+8
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-3/+3
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-3/+3
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-2/+2
2013-08-04Switched to global UnitTable.Matthew Petroff1-1/+1
2013-07-22Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff1-8/+9
2013-07-19Ported "ui/widget/selected-style.*".Matthew Petroff1-2/+3
2013-07-17Port remaining files away from "helper/unit-tracker.h".Matthew Petroff1-4/+4
2013-07-17Fixed memory corruption introduced in a previous commit.Matthew Petroff1-2/+2
2013-07-17Fixed conversion factors and missed unit include removal.Matthew Petroff1-2/+2
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff1-5/+5
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-2/+4
2013-06-16Fix for 1184408 : Additional zoom levels in zoom context menuJohn Smith1-35/+78
2013-06-15Revert Fix for 600285 : Zoom sliderJohn Smith1-14/+6
2013-04-28Warning cleanup.Jon A. Cruz1-5/+4
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-1/+4
2013-04-21Fix for 600285 : Zoom sliderJohn Smith1-6/+14
2013-03-09Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis1-0/+5
2013-03-04Drop dead Inkboard code. Config flag no longer existsAlex Valavanis1-5/+0
2013-02-23Null pointer check (should fix Bug #966441 )Kris De Gussem1-0/+4
2013-02-02Fix for 1091582 : Problem with key release when pressing space with cursor of...John Smith1-4/+5
2013-01-30Disconnect size_allocation signal handler before disposing desktop widgetAlex Valavanis1-22/+24
2013-01-27desktop-widget: Add callback to ensure that ruler ranges are correctly update...Alex Valavanis1-0/+23
2013-01-27Migrate ruler position tracking to new track_widget APIAlex Valavanis1-7/+3
2012-12-31rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a (20...Alex Valavanis1-4/+4
2012-12-31rulers: (Merge from GIMP) Set range in ruler units, not in pxAlex Valavanis1-11/+5
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-13/+13
2012-12-25Stop using UNUSED_PIXELS hack in ruler. This was only required because of th...Alex Valavanis1-19/+10