summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-18Fix for 1079971 : Symbol dialog : Drag & Drop to the canvasJohn Smith1-1/+11
2012-10-11Fix for 171904 : toggleToolbox verbJohn Smith1-21/+18
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-8/+8
2012-09-30Fix for 681625 : sort template names under File->NewJohn Smith1-51/+99
2012-09-23Fix for 170395 : Add Trace Bitmap to context menu of images : Focus fixJohn Smith1-0/+3
2012-09-23Fix for 170395 : Add Trace Bitmap to context menu of imagesJohn Smith1-0/+12
2012-09-22Fix for 172222 : Move direct to specified layerJohn Smith1-0/+18
2012-09-21Fix for bug #1053024: set current layer from template in new blank document a...su_v1-0/+1
2012-09-20Fix for Bug #944787 (The command to follow link does not work).Nicolas Dufour1-9/+21
2012-09-02Fix for 273539 : Add Group action to the context menuJohn Smith1-0/+16
2012-08-30Fix for 170550 : open blank document on 'close'John Smith1-0/+11
2012-08-29Fix for 980520 : Conflicting accelerator keysJohn Smith1-2/+2
2012-08-09Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith1-9/+62
2012-08-01Fix for 918894 : Remove link is reported as Ungroup in Undo historyJohn Smith1-1/+2
2012-07-25Fix for 722625 : Select Same by Object TypeJohn Smith1-5/+60
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-12/+0
2012-06-11Fix some broken callbacks for Gtk+ 3Alex Valavanis1-3/+23
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-85/+1
2012-04-25Issue with my last commitKris De Gussem1-5/+0
2012-04-24Memory management in context menu (Bug #910529 )Kris De Gussem1-32/+34
2012-04-22better UI messageKris De Gussem1-1/+1
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-4/+94
2012-04-11i18n. Adding some context tags (disambiguation).Nicolas Dufour1-3/+3
2012-04-11UI. Restoring context menu items order (Embed image) and activation test (Ext...Nicolas Dufour1-2/+2
2012-04-10Additional cleanup.Jon A. Cruz1-38/+0
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+10
2012-04-09Documentation / dropping some pointer conversions in context menuKris De Gussem1-78/+34
2012-04-06restore item order of dialogs in context menu (Bug #910529)Kris De Gussem1-45/+27
2012-04-06fixes issue with revision 11160?Kris De Gussem1-6/+6
2012-04-06build warning fixKris De Gussem1-1/+1
2012-04-05C++ify context menu:Kris De Gussem1-105/+687
2012-04-05add NULL checks to perhaps fix bug 970105Johan B. C. Engelen1-13/+15
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-12Cleaning up a few headersAlex Valavanis1-0/+2
2012-02-08Patch from lp 721448 to make OSX Aqua builds more stableJosh Andler1-15/+0
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-0/+1
2012-01-05GTK 2.20 compat for interface.cppAlex Valavanis1-0/+8
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-13/+16
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-33/+36
2011-08-28Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski1-25/+12
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-4/+4
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-2/+2
2011-07-06Refactoring color profile to bring more internal. Help to prep for optional l...Jon A. Cruz1-4/+0
2011-06-26Gtk cleanup: gtk_menu_appendAlex Valavanis1-5/+5
2011-06-23Remove/replace deprecated gtk_window_set_policy symbolAlex Valavanis1-3/+1
2011-04-21UI. New mnemonics (see Bug #768277 , Add mnemonics for menu items without ver...Nicolas Dufour1-3/+3
2011-03-20Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz1-4/+12
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen1-27/+32
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-13/+13