summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-01zoom to entire drawing after delete (Bug 970370)Alvin Penner1-0/+1
2012-11-18Fix for 1079971 : Symbol dialog : Drag & Drop to the canvasJohn Smith1-0/+1
2012-11-03Fix for 1065933 : Better support for sub-layers in 'Show/Hide other layers'John Smith1-4/+9
2012-10-11Fix for 191020 : Lock/Unlock all layers - Lock other layersJohn Smith1-0/+29
2012-10-11Fix for 171904 : toggleToolbox verbJohn Smith1-1/+12
2012-10-09Fix for 191020 : Lock/Unlock all layersJohn Smith1-2/+11
2012-08-09Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith1-0/+6
2012-07-12Fix for 378413 : Show/Hide all layersJohn Smith1-0/+7
2012-05-08Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz1-2/+2
2012-04-30Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis1-1/+1
2012-04-09Replace deprecated gdk_cursor_unrefAlex Valavanis1-0/+4
2012-03-21Preferences. New desktop integration preference for Windows users (native/gtk...Nicolas Dufour1-1/+1
2012-03-03Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith1-1/+1
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+4
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-1/+74
2012-02-12Header cleaningAlex Valavanis1-1/+2
2012-02-11GSEAL fixesAlex Valavanis1-1/+1
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+0
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-7/+6
2012-01-01Added signal for desktop destruction to allow for proper removal of tracked s...Jon A. Cruz1-1/+5
2011-12-20UI. Patch for wishlist Bug #169623 (Canvas color option) by William Swanson.Nicolas Dufour1-9/+8
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-33/+1
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-24/+22
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-41/+16
2011-08-27Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski1-0/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-7/+7
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-10/+11
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-44/+45
2011-07-31Better memory-leak fix by just changing member to Glib::ustring. Eliminates p...Jon A. Cruz1-20/+13
2011-07-30Memory leaks fix / code cleanupKris De Gussem1-0/+3
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-2/+1
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-7/+8
2011-06-24Switch to GObjectAlex Valavanis1-2/+2
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-1/+3
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-0/+7
2011-03-20Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz1-0/+3
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen1-1/+21
2011-02-20Pass removing some outdated C-macro use.Jon A. Cruz1-4/+4
2011-02-19Fix the zoom changed signal to no longer be sent out before the values have f...Jon A. Cruz1-1/+7
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-0/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-28Fix LP bug #622350: Discard events when desktop->event_context has not been s...Diederik van Lierop1-1/+7
2010-08-11XML Privatisation Stuff after a long timeAbhishek Sharma public1-7/+12
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-1/+1
2010-07-17More in XML privatisation with new create3DBox function and other supplements...Abhishek Sharma Public1-0/+22
2010-07-07Disabling Print Colors dialog due to lack of resolution from mailing list thr...Josh Andler1-2/+2
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-9/+9
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-7/+7