summaryrefslogtreecommitdiffstats
path: root/src/mesh-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1017/+0
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-24/+30
| | | (bzr r12782)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-271-1/+1
| | | (bzr r12736)
* Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-12/+5
| | | (bzr r11608.1.110)
* Further refactoring of EventContexts.Markus Engel2013-07-301-3/+3
| | | (bzr r11608.1.109)
* Merged from trunk (r12419).Markus Engel2013-07-141-22/+22
|\ | | | | (bzr r11608.1.107)
| * Temporily fix abiguous macros before later removal.Jon A. Cruz2013-04-281-22/+22
| | | | | | (bzr r12310)
* | various changesMarkus Engel2013-04-271-172/+168
| | | | | | (bzr r11608.1.105)
* | Moved factories to different files.Markus Engel2013-04-201-1/+1
| | | | | | (bzr r11608.1.100)
* | Merging of EventContext classes complete.Markus Engel2013-04-201-57/+11
| | | | | | (bzr r11608.1.98)
* | Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-0/+16
| | | | | | (bzr r11608.1.96)
* | Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-0/+2
| | | | | | (bzr r11608.1.94)
* | Added constructors to EventContext tree / some missing virtual pads.Markus Engel2013-04-091-4/+15
| | | | | | (bzr r11608.1.90)
* | Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel2013-04-081-6/+29
|/ | | (bzr r11608.1.89)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-30/+6
| | | (bzr r12065)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Replace deprecated GDK key symbols in mesh-contextAlex Valavanis2012-05-311-10/+10
| | | (bzr r11443)
* Fixing warnings.Jon A. Cruz2012-05-251-3/+2
| | | (bzr r11414)
* fix windows build. use 'guint' instead of 'uint'. although I do not know why ↵Johan B. C. Engelen2012-05-241-8/+8
| | | | | you wouldn't just use 'unsigned int' (bzr r11410)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+1045
(bzr r11406)