summaryrefslogtreecommitdiffstats
path: root/src/ui/context-menu.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From trunkTed Gould2008-10-271-4/+111
| | | (bzr r6885)
* release reprs properlybulia byak2008-09-201-0/+4
| | | (bzr r6855)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-5/+6
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* Added preferences for controlling external image editing and reload.Jon A. Cruz2008-05-181-4/+24
| | | | | Fixes bug #171824. (bzr r5687)
* Added external image edit launch and refresh on changedJon A. Cruz2008-05-171-3/+41
| | | (bzr r5685)
* Warning cleanupJon A. Cruz2007-11-041-5/+5
| | | (bzr r4025)
* Add functions for showing a specific notebook page in the F&S dialog,gustav_b2007-09-201-2/+2
| | | | | | replaced the use of the old sp_object_properties_{fill,stroke} with them. (bzr r3780)
* fix 1516323bulia byak2007-04-011-4/+0
| | | (bzr r2808)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+4
| | | | | create methods to match DOM (bzr r2253)
* undo annotationsbulia byak2006-10-051-1/+1
| | | (bzr r1768)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & ↵Joshua L. Blocher2006-04-241-0/+351
context-menu.h, also updated make_insert with change (bzr r579)