summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for 273539 : Add Group action to the context menuJohn Smith2012-09-021-0/+16
* Fix for 170550 : open blank document on 'close'John Smith2012-08-301-0/+11
* Fix for 980520 : Conflicting accelerator keysJohn Smith2012-08-291-2/+2
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-9/+62
* Fix for 918894 : Remove link is reported as Ungroup in Undo historyJohn Smith2012-08-011-1/+2
* Fix for 722625 : Select Same by Object TypeJohn Smith2012-07-251-5/+60
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-12/+0
* Fix some broken callbacks for Gtk+ 3Alex Valavanis2012-06-111-3/+23
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-85/+1
* Issue with my last commitKris De Gussem2012-04-251-5/+0
* Memory management in context menu (Bug #910529 )Kris De Gussem2012-04-241-32/+34
* better UI messageKris De Gussem2012-04-221-1/+1
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-4/+94
* i18n. Adding some context tags (disambiguation).Nicolas Dufour2012-04-111-3/+3
* UI. Restoring context menu items order (Embed image) and activation test (Ext...Nicolas Dufour2012-04-111-2/+2
* Additional cleanup.Jon A. Cruz2012-04-101-38/+0
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+10
* Documentation / dropping some pointer conversions in context menuKris De Gussem2012-04-091-78/+34
* restore item order of dialogs in context menu (Bug #910529)Kris De Gussem2012-04-061-45/+27
* fixes issue with revision 11160?Kris De Gussem2012-04-061-6/+6
* build warning fixKris De Gussem2012-04-061-1/+1
* C++ify context menu:Kris De Gussem2012-04-051-105/+687
* add NULL checks to perhaps fix bug 970105Johan B. C. Engelen2012-04-051-13/+15
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-2/+2
|\
* | Header cleaningAlex Valavanis2012-02-121-0/+1
* | Cleaning up a few headersAlex Valavanis2012-02-121-0/+2
* | Patch from lp 721448 to make OSX Aqua builds more stableJosh Andler2012-02-081-15/+0
* | Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+1
* | GTK 2.20 compat for interface.cppAlex Valavanis2012-01-051-0/+8
* | Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-13/+16
|/
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-33/+36
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-281-25/+12
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-4/+4
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-2/+2
* Refactoring color profile to bring more internal. Help to prep for optional l...Jon A. Cruz2011-07-061-4/+0
* Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-5/+5
* Remove/replace deprecated gtk_window_set_policy symbolAlex Valavanis2011-06-231-3/+1
* Merge from trunkKrzysztof Kosi??ski2011-06-191-3/+3
|\
| * UI. New mnemonics (see Bug #768277 , Add mnemonics for menu items without ver...Nicolas Dufour2011-04-211-3/+3
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-57/+69
|\|
| * Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-201-4/+12
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-27/+32
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-13/+13
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-13/+12
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-23/+58
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-21/+25
| |\
| | * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-1/+1
| | * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-8/+8
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2