summaryrefslogtreecommitdiffstats
path: root/src/interface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move obvious ui component to ui/Liam P. White2014-10-051-277/+0
| | | (bzr r13341.1.247)
* Update to experimental r13531Liam P. White2014-08-311-11/+7
|\ | | | | (bzr r13090.1.106)
| * Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-11/+7
| | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190)
* | Add clip group option from PonyscapeLiam P. White2014-06-141-0/+1
|/ | | (bzr r13090.1.83)
* Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-121-0/+5
| | | (bzr r12506.1.1)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fix for 171904 : toggleToolbox verbJohn Smith2012-10-111-0/+1
| | | (bzr r11778)
* Fix for 170395 : Add Trace Bitmap to context menu of imagesJohn Smith2012-09-231-0/+5
| | | (bzr r11697)
* Fix for 172222 : Move direct to specified layerJohn Smith2012-09-221-0/+1
| | | (bzr r11695)
* Fix for 273539 : Add Group action to the context menuJohn Smith2012-09-021-2/+2
| | | (bzr r11640)
* Fix for 722625 : Select Same by Object TypeJohn Smith2012-07-251-0/+4
| | | (bzr r11573)
* 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)