about summary refs log tree commit diff stats
path: root/osx
Commit message (Collapse)AuthorAgeFilesLines
* Catch OSX Makefile up with linux.John C. Vernaleo2014-12-011-0/+4
| | | | | Install/uninstall user-agent-headers and http-accept-headers which were missing from osx makefile.
* Set DXT_DS_RESOURCE_DIR as RESDIR in Makefile.John C. Vernaleo2014-07-011-0/+1
| | | | | | This removes the hardcoded path for it on all platforms. Provided by Unit193 on irc (and initially suggested by @jrib on github).
* Make osx directory use its own filesJohn C. Vernaleo2014-03-133-4/+808
| | | | | | instead of symlinks to the Linux ones. Closes #31
* New iconJosh Rickmar2013-09-251-1/+4
|
* 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.