summaryrefslogtreecommitdiffstats
path: root/src/interface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Issue with my last commitKris De Gussem2012-04-251-1/+0
| | | (bzr r11293)
* Memory management in context menu (Bug #910529 )Kris De Gussem2012-04-241-1/+1
| | | (bzr r11290)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-0/+4
| | | (bzr r11250)
* Documentation / dropping some pointer conversions in context menuKris De Gussem2012-04-091-20/+125
| | | (bzr r11200)
* restore item order of dialogs in context menu (Bug #910529)Kris De Gussem2012-04-061-39/+41
| | | (bzr r11167)
* drop some deprecated gdk_draw functionsAlex Valavanis2012-04-061-3/+3
| | | (bzr r11166)
* build warning fixKris De Gussem2012-04-061-3/+0
| | | (bzr r11161)
* C++ify context menu:Kris De Gussem2012-04-051-4/+57
| | | | | | | | - 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)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+13
| | | | | the contents forward.h at all). (bzr r10667)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+5
|\ | | | | (bzr r9945.1.1)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-1/+1
| | | | | | | | | | 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)
* | 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-2/+0
|/ | | (bzr r9745)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+85
(bzr r1)