summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-5/+5
| | | (bzr r10350.1.7)
* Remove/replace deprecated gtk_window_set_policy symbolAlex Valavanis2011-06-231-3/+1
| | | (bzr r10350.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-3/+3
|\ | | | | (bzr r9508.1.89)
| * UI. New mnemonics (see Bug #768277 , Add mnemonics for menu items without ↵Nicolas Dufour2011-04-211-3/+3
| | | | | | | | | | | | | | | | verbs / default key mapping). Fixed bugs: - https://launchpad.net/bugs/768277 (bzr r10187)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-57/+69
|\| | | | | (bzr r9508.1.73)
| * Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-201-4/+12
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118)
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-27/+32
| | | | | | (bzr r10065)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-13/+13
| | | | | | (bzr r10064)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-13/+12
| | | | | | | | | | header. (bzr r9978.1.1)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-23/+58
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-21/+25
| |\ | | | | | | (bzr r9945.1.1)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-1/+1
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-8/+8
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-2/+2
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
| * | Restore copies of renamed icons on certain gtk versions. Fixes bug #651678.Jon A. Cruz2010-12-061-2/+33
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/651678 (bzr r9939)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-82/+10
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
| * | Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-061-81/+9
| | | | | | | | | (bzr r9745)
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-2/+2
|\| | | | | | | | (bzr r9508.1.52)
| * | i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).Nicolas Dufour2010-07-301-1/+1
| |/ | | | | (bzr r9670)
| * Partial C++-ification of SPGradientJon A. Cruz2010-06-281-1/+1
| | | | | | (bzr r9542)