Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add config.h to every source file | Daniel P. Berrange | 2012-02-06 | 1 | -0/+1 |
| | |||||
* | Update copyright headers | Daniel P. Berrange | 2012-02-06 | 1 | -1/+1 |
| | |||||
* | Convert TABS to spaces & reindent everywhere | Daniel P. Berrange | 2012-02-06 | 1 | -11/+18 |
| | |||||
* | ff callbacks must be invoked from a clean stack | Guido Günther | 2011-08-16 | 1 | -8/+39 |
| | | | | | | | If 'ff' callbacks are invoked directly from the remove callback they will likely deadlock in libvirt. They must be invoked from a clean stack, so switch to using a glib idle callback. | ||||
* | Update to optionally build with GTK3 | Daniel P. Berrange | 2011-07-11 | 1 | -7/+7 |
| | |||||
* | Introduce standard naming convention to files & methods | Daniel P. Berrange | 2011-07-01 | 1 | -0/+317 |
All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX |