Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Linux and OSX Makefiles a little more internally consistant. | John C. Vernaleo | 2013-06-14 | 1 | -1/+1 |
| | |||||
* | kill -lgcrypt, no longer needed after killing coloring threads | Marco Peereboom | 2013-06-12 | 1 | -1/+1 |
| | |||||
* | Remove threading | Josh Rickmar | 2013-05-14 | 1 | -1/+1 |
| | | | | | | | Now that the cert sideband thread is gone, threading can be removed. Making GTK calls across multiple threads is also deprecated in newer GTK versions and is severly broken on Windows, so there's no point in keeping this around. | ||||
* | Add osx build support (using macports). | John C. Vernaleo | 2013-04-19 | 2 | -0/+404 |
Based on initial patch from Tim Meunier <trondd@gmail.com>). Add temporary files to .gitignore. |