summaryrefslogtreecommitdiffstats
path: root/src/ui/context-menu.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-05C++ify context menu:Kris De Gussem1-715/+0
- c++ified context-menu.cpp (and included in interface.cpp) - removed dozens of pointer conversions (of which some were erroneous) - fixed a memory leak - added some null pointer checks to prevent crashes (bzr r11160)
2012-04-04Fix for 170378 : Select same objects by fill or stroke : Added stroke styleJohn Smith1-3/+7
(bzr r11146)
2012-04-04Warning cleanup.Jon A. Cruz1-3/+2
(bzr r11144)
2012-04-03Fix for 170378 : Select same objects by fill or strokeJohn Smith1-0/+19
(bzr r11141)
2012-03-22UI. Fix for bug #962002 (<image> context menu item Edit externally… ↵Nicolas Dufour1-22/+36
ignores current selection). Fixed bugs: - https://launchpad.net/bugs/962002 (bzr r11115)
2012-03-22Reverting unwanted dos format convertion.Nicolas Dufour1-679/+679
(bzr r11114)
2012-03-21UI. Adding extension check in the context menu (see Bug #171842).Nicolas Dufour1-14/+18
(bzr r11106)
2012-03-18Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour1-605/+675
(bzr r11097)
2012-03-07Bitmaps. Fix for bug #499252 (Edit bitmap externally fails for relative links).Nicolas Dufour1-6/+18
Fixed bugs: - https://launchpad.net/bugs/499252 (bzr r11053)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
(bzr r11018)
2012-02-21Fix for 934721 : Convert SpellCheck dialog to a dockable dialogJohn Smith1-3/+2
(bzr r11006)
2012-02-16Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith1-2/+1
(bzr r10989)
2012-02-12Header cleaningAlex Valavanis1-0/+2
(bzr r10963)
2012-01-19Gtkmmification of object attributes dialog: image and link attributes now ↵Kris De Gussem1-14/+15
editable in dockable dialog (Bug #592323) (bzr r10910)
2012-01-08Object properties dialog now dockable (derived from ↵Kris De Gussem1-2/+3
Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)
2012-01-03documentation of item properties dialog and SPAttributeTableKris De Gussem1-53/+24
header stuff (bzr r10831)
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-12/+12
(bzr r10350.1.8)
2011-06-26Gtk cleanup: gtk_menu_appendAlex Valavanis1-18/+18
(bzr r10350.1.7)
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-16/+16
(bzr r10350.1.5)
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-17/+17
(bzr r10282.1.1)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2011-02-21Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵Nicolas Dufour1-20/+42
doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062)
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-11/+11
(bzr r10060)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-10-25UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )Kris De Gussem1-2/+2
(bzr r9851)
2010-10-24Adding spellchecker and T&F dialogs to the text context (right click) menu.Nicolas Dufour1-0/+52
(bzr r9849)
2010-10-19Context menu. Fix for Bug #170806 (Add Fill&stroke to right-click menu for ↵Nicolas Dufour1-7/+30
texts). Fixed bugs: - https://launchpad.net/bugs/170806 (bzr r9835)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-1/+1
SPDocument based methods (bzr r9546.1.3)
2008-10-27From trunkTed Gould1-4/+111
(bzr r6885)
2008-09-20release reprs properlybulia byak1-0/+4
(bzr r6855)
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-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)
2008-05-18Added preferences for controlling external image editing and reload.Jon A. Cruz1-4/+24
Fixes bug #171824. (bzr r5687)
2008-05-17Added external image edit launch and refresh on changedJon A. Cruz1-3/+41
(bzr r5685)
2007-11-04Warning cleanupJon A. Cruz1-5/+5
(bzr r4025)
2007-09-20Add functions for showing a specific notebook page in the F&S dialog,gustav_b1-2/+2
replaced the use of the old sp_object_properties_{fill,stroke} with them. (bzr r3780)
2007-04-01fix 1516323bulia byak1-4/+0
(bzr r2808)
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+1
(bzr r2723)
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY1-1/+4
create methods to match DOM (bzr r2253)
2006-10-05undo annotationsbulia byak1-1/+1
(bzr r1768)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-1/+2
(bzr r1315)
2006-04-24moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & ↵Joshua L. Blocher1-3/+3
context-menu.h, also updated make_insert with change (bzr r579)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-7/+7
confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)