summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-1/+2
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-6/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fix for 998276 : Keyboard shortcuts not appearing in the main menu under ↵John Smith2013-03-111-0/+2
| | | | | Unity, uppdate to fix markup issue (bzr r12190)
* Added null check (should fix Bug #1051017 )Kris De Gussem2013-03-051-8/+10
| | | (bzr r12175)
* Fix for 998276 : Keyboard shortcuts not appearing in the main menu under UnityJohn Smith2013-02-181-98/+16
| | | (bzr r12132)
* Fix for 1079971 : Symbol dialog : Drag & Drop to the canvasJohn Smith2012-11-181-1/+11
| | | (bzr r11880)
* Fix for 171904 : toggleToolbox verbJohn Smith2012-10-111-21/+18
| | | (bzr r11778)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-8/+8
| | | | | they are not used elsewhere. (bzr r11735)
* Fix for 681625 : sort template names under File->NewJohn Smith2012-09-301-51/+99
| | | (bzr r11717)
* Fix for 170395 : Add Trace Bitmap to context menu of images : Focus fixJohn Smith2012-09-231-0/+3
| | | (bzr r11698)
* Fix for 170395 : Add Trace Bitmap to context menu of imagesJohn Smith2012-09-231-0/+12
| | | (bzr r11697)
* Fix for 172222 : Move direct to specified layerJohn Smith2012-09-221-0/+18
| | | (bzr r11695)
* Fix for bug #1053024: set current layer from template in new blank document ↵su_v2012-09-211-0/+1
| | | | | | | | after closing last window Fixed bugs: - https://launchpad.net/bugs/1053024 (bzr r11689)
* Fix for Bug #944787 (The command to follow link does not work).Nicolas Dufour2012-09-201-9/+21
| | | (bzr r11684)
* Fix for 273539 : Add Group action to the context menuJohn Smith2012-09-021-0/+16
| | | (bzr r11640)
* Fix for 170550 : open blank document on 'close'John Smith2012-08-301-0/+11
| | | (bzr r11632)
* Fix for 980520 : Conflicting accelerator keysJohn Smith2012-08-291-2/+2
| | | (bzr r11631)
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-9/+62
| | | (bzr r11600)
* Fix for 918894 : Remove link is reported as Ungroup in Undo historyJohn Smith2012-08-011-1/+2
| | | (bzr r11580)
* Fix for 722625 : Select Same by Object TypeJohn Smith2012-07-251-5/+60
| | | (bzr r11573)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-12/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Fix some broken callbacks for Gtk+ 3Alex Valavanis2012-06-111-3/+23
| | | (bzr r11486)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-85/+1
| | | (bzr r11318)
* Issue with my last commitKris De Gussem2012-04-251-5/+0
| | | (bzr r11293)
* Memory management in context menu (Bug #910529 )Kris De Gussem2012-04-241-32/+34
| | | (bzr r11290)
* better UI messageKris De Gussem2012-04-221-1/+1
| | | (bzr r11282)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-4/+94
| | | (bzr r11250)
* i18n. Adding some context tags (disambiguation).Nicolas Dufour2012-04-111-3/+3
| | | (bzr r11224)
* UI. Restoring context menu items order (Embed image) and activation test ↵Nicolas Dufour2012-04-111-2/+2
| | | | | (Extract image). (bzr r11223)
* Additional cleanup.Jon A. Cruz2012-04-101-38/+0
| | | (bzr r11206)
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+10
| | | (bzr r11204)
* Documentation / dropping some pointer conversions in context menuKris De Gussem2012-04-091-78/+34
| | | (bzr r11200)
* restore item order of dialogs in context menu (Bug #910529)Kris De Gussem2012-04-061-45/+27
| | | (bzr r11167)
* fixes issue with revision 11160?Kris De Gussem2012-04-061-6/+6
| | | (bzr r11162)
* build warning fixKris De Gussem2012-04-061-1/+1
| | | (bzr r11161)
* C++ify context menu:Kris De Gussem2012-04-051-105/+687
| | | | | | | | - 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)
* add NULL checks to perhaps fix bug 970105Johan B. C. Engelen2012-04-051-13/+15
| | | | | | Fixed bugs: - https://launchpad.net/bugs/970105 (bzr r11156)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-2/+2
|\ | | | | (bzr r11027)
* | Header cleaningAlex Valavanis2012-02-121-0/+1
| | | | | | (bzr r10963)
* | Cleaning up a few headersAlex Valavanis2012-02-121-0/+2
| | | | | | (bzr r10961)
* | Patch from lp 721448 to make OSX Aqua builds more stableJosh Andler2012-02-081-15/+0
| | | | | | (bzr r10950)
* | Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+1
| | | | | | (bzr r10940)
* | GTK 2.20 compat for interface.cppAlex Valavanis2012-01-051-0/+8
| | | | | | (bzr r10848)
* | Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-13/+16
|/ | | (bzr r10826)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-33/+36
| | | (bzr r10659)
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-281-25/+12
| | | (bzr r10582.1.10)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-4/+4
| | | (bzr r10347.1.21)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-2/+2
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Refactoring color profile to bring more internal. Help to prep for optional ↵Jon A. Cruz2011-07-061-4/+0
| | | | | lcms2 support. (bzr r10420)