summaryrefslogtreecommitdiffstats
path: root/src/desktop.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 191020 : Lock/Unlock all layers - Lock other layersJohn Smith2012-10-111-0/+1
| | | (bzr r11779)
* Fix for 171904 : toggleToolbox verbJohn Smith2012-10-111-0/+1
| | | (bzr r11778)
* Fix for 191020 : Lock/Unlock all layersJohn Smith2012-10-091-1/+2
| | | (bzr r11764)
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-0/+1
| | | (bzr r11600)
* Fix for 378413 : Show/Hide all layersJohn Smith2012-07-121-0/+1
| | | (bzr r11545)
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-2/+4
| | | (bzr r11345)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+6
| | | (bzr r11030)
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-0/+6
| | | (bzr r10992)
* More header cleanup/fwd declarationsAlex Valavanis2012-02-151-6/+9
| | | (bzr r10986)
* Added signal for desktop destruction to allow for proper removal of tracked ↵Jon A. Cruz2012-01-011-0/+6
| | | | | | | | stale pointers. Fixes bug #869067. Fixed bugs: - https://launchpad.net/bugs/869067 (bzr r10814)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-2/+2
| | | (bzr r10766.1.1)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+31
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+1
| | | (bzr r10696)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-3/+4
| | | (bzr r10582.1.5)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-6/+6
|\ | | | | (bzr r10579)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-6/+6
| | | | | | (bzr r10347.1.21)
* | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-211-1/+2
| | | | | | (bzr r10559)
* | Better memory-leak fix by just changing member to Glib::ustring. Eliminates ↵Jon A. Cruz2011-07-311-1/+1
|/ | | | | potential for missing g_free() calls. (bzr r10522)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-0/+3
| | | (bzr r10461)
* Switch to GObjectAlex Valavanis2011-06-241-2/+2
| | | (bzr r10350.1.3)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+1
| | | (bzr r10198)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-3/+14
| | | (bzr r10065)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-7/+7
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-6/+12
|\ | | | | (bzr r9945.1.1)
| * More on c++ification and some XML privatisationAbhishek Sharma public2010-07-201-1/+2
| | | | | | (bzr r9546.1.10)
| * More in XML privatisation with new create3DBox function and other ↵Abhishek Sharma Public2010-07-171-0/+2
| | | | | | | | | | supplements to efficiently hide information. (bzr r9546.1.8)
* | Disabling Print Colors dialog due to lack of resolution from mailing list ↵Josh Andler2010-07-071-3/+3
|/ | | | | thread and no response by author (bzr r9593)
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-3/+3
|\ | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * Removed outdated forward declarations.Jon A. Cruz2010-01-081-3/+0
| | | | | | (bzr r8953)
| * - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-111-0/+3
| | | | | | | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+5
|/ | | (bzr r8846.1.1)
* remove registerEditWidget, move this to SPDesktop::init instead; a noop ↵bulia byak2009-10-251-4/+1
| | | | | change but fixes a weird crash on Windows (bzr r8805)
* Patch by Adib for 238796Josh Andler2009-09-211-1/+0
| | | (bzr r8626)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8404)
* add accessor for the waiting_cursor flag (sorry for the recompile)bulia byak2009-01-281-0/+1
| | | (bzr r7201)
* Remove some SP_ACTIVE_DESKTOP() callsDiederik van Lierop2009-01-251-1/+1
| | | (bzr r7174)
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-1/+1
| | | (bzr r7107)
* object-snapper.cppThomas Holder2008-12-201-0/+1
| | | | | | | | | | | | | | | | | | | * fix snapping to clip/mask with parent transform * replace matrix_to_desktop call sp-item.h sp-item.cpp * improve snapping to clip/mask with parent transform * remove matrix_to_desktop/matrix_from_desktop * use desktop->doc2dt() with sp_item_i2d_affine(...) desktop.h desktop.cpp * new method: dt2doc() selection-chemistry.cpp * remove awkward matrix_to_desktop(matrix_from_desktop(...)) calls (bzr r7016)
* From trunkTed Gould2008-10-271-1/+1
| | | (bzr r6885)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-251-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to flatten and merge... Here's the list. * Added a focus mode activated by Shift+F11. The goal of this mode is to remove all toolbars for a short period so that you maximize screen area. Useful on small screens. Also when you know lots of shortcuts. * Created what I'm calling "Quick Zoom." The idea here is to have a modal zoom for touching up something with fine detail and then returning to what you're doing. This is activated with the letter "Q" on the keyboard. When you release it, you return back to where you were. This will zoom in on selected objects, or if you're in the node tool selected nodes. * Added .svg on the temporary files in extensions. This'll make many of them happier. This only works on recent versions of GLib, but shouldn't break older ones more than they already are. * Moved the Inkscape configuration directory on Linux from ~/.inkscape to ~/.config/Inkscape. This is the new way to do things with the cross desktop naming spec. I'm unsure whether we should be putting crash dumps in .config or .cache though. * Removed 'tools_switch_current' because every usage of it already had a pointer to where it needed to go. Removes usage of globals. * Made it so that dialogs will be transparent when not focused. This is an alternate to having the docked, and one that I like better as I feel it gives me more screen area. You can adjust how much transparency and the speed of the animation in the preferences dialog. (Note: this requires GTK+ 2.12 and a compositor, but gracefully degrades if you don't have either) (bzr r6882)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-12/+7
| | | (bzr r6839)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-17/+17
| | | (bzr r6836)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-1/+1
| | | (bzr r6793)
* Added the ability to toggle a layer "solo". Fixes bug #171530.Jon A. Cruz2008-06-131-0/+1
| | | (bzr r5922)
* wrtlprnft's patch for bug 234834 - keeps guidelines in same position ↵Stephen Silver2008-05-311-0/+1
| | | | | relative to objects when doing "Fit page to selection", and also keeps the objects in the same position on the screen (bzr r5771)
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-1/+2
| | | | | - Enabling snap indicator for all remaining tools (bzr r5556)
* move temporary canvas items to bottom by default. maybe fixes interfering of ↵Johan B. C. Engelen2008-04-011-1/+1
| | | | | snapindicator with pen tool (bzr r5300)