Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move init of resource_dir into unix specific code | Marco Peereboom | 2012-07-03 | 1 | -2/+7 |
| | |||||
* | Use glib's g_spawn_async() function instead of OS-specific fork/exec | Josh Rickmar | 2012-06-28 | 1 | -27/+0 |
| | | | | | or spawning functions. Remove the SIGCHLD handling as that is no longer required to stop zombie processes. | ||||
* | Fix some random stuff the rebasing lost. At least the build still | Josh Rickmar | 2012-06-01 | 1 | -0/+3 |
| | | | | | works, will have to check later to make sure all the other features got in. | ||||
* | Fix the behavior of show_url and fancy_bar so they actually act like | Josh Rickmar | 2012-06-01 | 1 | -3/+0 |
| | | | | | | the manpage says they do. Setting show_url = 1 and fancy_bar = 0 will now only display the url bar on the toolbar and not draw the buttons and search box. | ||||
* | add os_init to generic unix.c file, move it when needed | Marco Peereboom | 2012-06-01 | 1 | -0/+3 |
| | |||||
* | rename xxxterm to xomrero | Marco Peereboom | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | move comment | Marco Peereboom | 2012-02-21 | 1 | -2/+1 |
| | |||||
* | add loudness flag on remote execution | Marco Peereboom | 2012-02-14 | 1 | -1/+5 |
| | |||||
* | add unix specific file | Marco Peereboom | 2012-01-31 | 1 | -0/+41 |