summaryrefslogtreecommitdiffstats
path: root/src/connection-pool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
| | | (bzr r10940)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-9/+8
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* * Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to ↵Milosz Derezynski2006-05-191-0/+83
manage sigc::connections * Finish listening to selections, make family selector work properly (bzr r887)