about summary refs log tree commit diff stats
path: root/osx
Commit message (Collapse)AuthorAgeFilesLines
* Use gtk3 webkit by default on OS X.Ray Lai2013-08-141-1/+8
|
* Remove the rest of the unused lib dirs from Makefiles.John C. Vernaleo2013-07-011-2/+0
|
* Make Linux and OSX Makefiles a little more internally consistant.John C. Vernaleo2013-06-141-1/+1
|
* kill -lgcrypt, no longer needed after killing coloring threadsMarco Peereboom2013-06-121-1/+1
|
* Remove threadingJosh Rickmar2013-05-141-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. Vernaleo2013-04-192-0/+404
Based on initial patch from Tim Meunier <trondd@gmail.com>). Add temporary files to .gitignore.