Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all GDK threads usage. | Matthew Barnes | 2012-08-06 | 1 | -7/+0 |
| | | | | | | | | | | | | According to [1], we don't need to worry about GDK's global lock since we don't call gdk_threads_init() or gdk_threads_set_lock_functions(). The GDK threads API is being aggressively deprecated by GTK+ developers so let's just abandon it entirely. I've never really understood when you're supposed to use it or not use it anyway, so it's good to be rid of this confusion. [1] https://mail.gnome.org/archives/desktop-devel-list/2012-August/msg00005.html | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -56/+64 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-09 | 1 | -1/+4 |
| | |||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -1/+3 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 1 | -3/+3 |
| | |||||
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 1 | -23/+23 |
| | |||||
* | Adapt smclient to latest gtk+-3.0 API. | Kjartan Maraas | 2011-01-25 | 1 | -2/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-05 | 1 | -10/+23 |
| | |||||
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -91/+91 |
| | |||||
* | Implement the shutdown protocol and stub in session management. | Matthew Barnes | 2009-07-11 | 1 | -0/+1370 |
The shutdown protocol is modelled after online/offline preparation. Session management code is copied from libegg. Not yet used. |