Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch OSX Makefile up with linux. | John C. Vernaleo | 2014-12-01 | 1 | -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. Vernaleo | 2014-07-01 | 1 | -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 files | John C. Vernaleo | 2014-03-13 | 3 | -4/+808 |
| | | | | | | instead of symlinks to the Linux ones. Closes #31 | ||||
* | New icon | Josh Rickmar | 2013-09-25 | 1 | -1/+4 |
| | |||||
* | Use gtk3 webkit by default on OS X. | Ray Lai | 2013-08-14 | 1 | -1/+8 |
| | |||||
* | Remove the rest of the unused lib dirs from Makefiles. | John C. Vernaleo | 2013-07-01 | 1 | -2/+0 |
| | |||||
* | 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. |