summaryrefslogtreecommitdiffstats
path: root/src/connection-pool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuke connection-pool.hLiam P. White2014-08-101-100/+0
| | | (bzr r13341.1.127)
* Refactor some disgusting codeLiam P. White2014-07-291-56/+72
| | | (bzr r13341.1.105)
* Fixed includes for tools.Markus Engel2014-03-021-0/+2
| | | (bzr r13097)
* 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)