aboutsummaryrefslogtreecommitdiffstats
path: root/smclient
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-1/+1
|
* Remove all GDK threads usage.Matthew Barnes2012-08-062-13/+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
* Whitespace cleanup.Matthew Barnes2012-04-021-2/+2
| | | | | Replace 8-space indentation with tab characters, and various other automated cleanups.
* Coding style and whitespace cleanup.Matthew Barnes2012-02-202-10/+13
|
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-2/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-043-141/+154
|
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-1/+4
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-274-4/+10
|
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-3/+3
|
* Coding style cleanups.Matthew Barnes2011-05-092-26/+26
|
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
|
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-252-7/+4
|
* More whitespace cleanup.Matthew Barnes2011-01-312-37/+37
|
* Adapt smclient to latest gtk+-3.0 API.Kjartan Maraas2011-01-252-3/+3
|
* Bump gtk+-2.0 requirement to 2.22.0.Matthew Barnes2010-09-291-8/+0
| | | | Remove backward-compatibility hacks for older GTK+ versions.
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-051-10/+23
|
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-1/+3
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-5/+12
|
* Fix excessive whitespace.Matthew Barnes2009-07-146-236/+230
|
* Fix some build issues.Matthew Barnes2009-07-141-1/+0
|
* Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-119-0/+4199
The shutdown protocol is modelled after online/offline preparation. Session management code is copied from libegg. Not yet used.