summaryrefslogtreecommitdiffstats
path: root/src/extension/execution-env.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* r16474@tres: ted | 2007-08-31 21:37:33 -0700Ted Gould2007-09-011-0/+1
| | | | | Changes that SVK borked. (bzr r3656)
* r16430@tres: ted | 2007-08-30 20:32:23 -0700Ted Gould2007-09-011-1/+3
| | | | | | Adding in a timer so that the preferences aren't acted on immediately. This should give the illusion of more interactivity. (bzr r3650)
* r16406@tres: ted | 2007-08-29 20:14:55 -0700Ted Gould2007-09-011-1/+3
| | | | | | Reroute the way that the preferences signal changes so that pinning works as expected. Fixes a segmentation fault. (bzr r3645)
* r16403@tres: ted | 2007-08-29 09:10:45 -0700Ted Gould2007-09-011-1/+2
| | | | | | Fixed a tricky segmentation fault. Multithreading is hard when you don't have threads :) (bzr r3642)
* r16395@tres: ted | 2007-08-27 19:41:32 -0700Ted Gould2007-09-011-0/+1
| | | | | | This is a good stopping point. I think things are working... more testing. (bzr r3640)
* r16340@tres: ted | 2007-08-20 19:02:50 -0700Ted Gould2007-09-011-1/+2
| | | | | Pinned is still not working, somewhat usable state. Worth checking in. (bzr r3639)
* r16339@tres: ted | 2007-08-19 19:47:57 -0700Ted Gould2007-09-011-0/+2
| | | | | | Live preview toggling is working. Pinning, not as much. But getting there. (bzr r3638)
* r16220@tres: ted | 2007-08-15 19:43:11 -0700Ted Gould2007-09-011-1/+2
| | | | | | | Okay, so now things are a little more connected. The widgets are parameters and they have signals. Work left is to actually USE those signals ;) (bzr r3634)
* r15704@tres: ted | 2007-07-02 16:03:34 -0700Ted Gould2007-07-031-0/+70
Split out the execution environment object. (bzr r3163)