summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for 1079971 : Symbol dialog : Drag & Drop to the canvasJohn Smith2012-11-181-0/+1
* Fix for 1065933 : Better support for sub-layers in 'Show/Hide other layers'John Smith2012-11-031-4/+9
* Fix for 191020 : Lock/Unlock all layers - Lock other layersJohn Smith2012-10-111-0/+29
* Fix for 171904 : toggleToolbox verbJohn Smith2012-10-111-1/+12
* Fix for 191020 : Lock/Unlock all layersJohn Smith2012-10-091-2/+11
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-0/+6
* Fix for 378413 : Show/Hide all layersJohn Smith2012-07-121-0/+7
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-2/+2
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-1/+1
* Replace deprecated gdk_cursor_unrefAlex Valavanis2012-04-091-0/+4
* Preferences. New desktop integration preference for Windows users (native/gtk...Nicolas Dufour2012-03-211-1/+1
* Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith2012-03-031-1/+1
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+4
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-1/+74
* Header cleaningAlex Valavanis2012-02-121-1/+2
* GSEAL fixesAlex Valavanis2012-02-111-1/+1
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-7/+6
* Added signal for desktop destruction to allow for proper removal of tracked s...Jon A. Cruz2012-01-011-1/+5
* UI. Patch for wishlist Bug #169623 (Canvas color option) by William Swanson.Nicolas Dufour2011-12-201-9/+8
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-33/+1
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-24/+22
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-41/+16
* Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-0/+1
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-7/+7
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-50/+52
|\
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-10/+11
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-44/+45
* | Better memory-leak fix by just changing member to Glib::ustring. Eliminates p...Jon A. Cruz2011-07-311-20/+13
* | Memory leaks fix / code cleanupKris De Gussem2011-07-301-0/+3
|/
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-2/+1
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-7/+8
* Merge from trunkKrzysztof Kosi??ski2011-07-061-2/+2
|\
| * Switch to GObjectAlex Valavanis2011-06-241-2/+2
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
|/
* Merge from trunkKrzysztof Kosi??ski2011-06-191-1/+10
|\
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-1/+3
| * Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+7
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-10/+40
|\|
| * Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-201-0/+3
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-1/+21
| * Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-4/+4
| * Fix the zoom changed signal to no longer be sent out before the values have f...Jon A. Cruz2011-02-191-1/+7
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-0/+1
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-36/+52
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-36/+52
| |\
| | * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-7/+12
| | * More in XML privatisation with new create3DBox function and other supplements...Abhishek Sharma Public2010-07-171-0/+22
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-9/+9