Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix mime_type on linux that got clobbered | Marco Peereboom | 2011-10-12 | 1 | -6/+10 | |
| | | | | found by Ingo Feinerer <feinerer@logic.at> | |||||
* | Add clang targets | Marco Peereboom | 2011-10-10 | 1 | -7/+18 | |
| | | | | | Not quite perfect but good enough to use clang when not defined in mk.conf and to start the static analyzer. Work done by davec. | |||||
* | bring threads back from dead | marco | 2011-10-10 | 2 | -38/+97 | |
| | | | | IT'S ALIIIIIIIIIVEEEEEEEE | |||||
* | Correct release type minor in release script. | Dave Collins | 2011-10-06 | 1 | -1/+1 | |
| | ||||||
* | Prepare for release 1.6.1. | Marco Peereboom | 2011-10-06 | 1 | -1/+1 | |
| | ||||||
* | make it tgz | Marco Peereboom | 2011-10-06 | 1 | -1/+1 | |
| | | | | | sorry davec but too much work to change all links and stuff on all webpages | |||||
* | set encoding to webview not soup-session | Marco Peereboom | 2011-10-06 | 1 | -3/+2 | |
| | | | | *sigh* | |||||
* | fix search direction on new page | Marco Peereboom | 2011-10-06 | 1 | -12/+14 | |
| | | | | | When on a new page a search is resumed the search used to go backward instead of forward. This has been plenty irritating for a while. | |||||
* | add encoding support | Marco Peereboom | 2011-10-06 | 3 | -1/+43 | |
| | | | | | This adds default and per-tab encoding support. FS#149 | |||||
* | delete some dead code | Marco Peereboom | 2011-10-06 | 1 | -29/+0 | |
| | | | | | This code was used when a url failed to load but confused things. It was disabled many moons ago so it is time to kill it. | |||||
* | fix a crash in go_back_for_real | Marco Peereboom | 2011-10-06 | 1 | -9/+36 | |
| | | | | Fixes FS#153 | |||||
* | only take focus on create tab when focusing | Marco Peereboom | 2011-10-06 | 1 | -9/+10 | |
| | | | | | | This fixes a logic error where the focus variable was independently evaluated from the actual focus code. Fixes FS#152 | |||||
* | Merge branch 'master' of opensource.conformal.com:/git/xxxterm | Marco Peereboom | 2011-10-06 | 1 | -2/+2 | |
|\ | ||||||
| * | Set version to 1.6.0 under new version scheme. | Dave Collins | 2011-10-04 | 1 | -2/+2 | |
| | | | | | | | | | | The last release under the old CVS tag versioning was 1.518, so this makes the new versioning scheme not appear to go backwards. | |||||
* | | get rid of threads altogether | Marco Peereboom | 2011-10-06 | 2 | -6/+6 | |
|/ | | | | | it was a mistake to introduce threads for the color bar so simply get rid of threads altogether and pretend it never happened. | |||||
* | fix some 80 cols violations | Marco Peereboom | 2011-10-04 | 1 | -7/+14 | |
| | ||||||
* | Ignore commands starting with digit on completion | Marco Peereboom | 2011-10-04 | 1 | -1/+1 | |
| | | | | | Diff from: Raphael Graf <r@undefined.ch> but he wasn't around to commit it. Fixes FS#171 | |||||
* | Minor release script cleanup. | Dave Collins | 2011-10-04 | 1 | -3/+1 | |
| | ||||||
* | Quote directory vars in buildver.sh | Dave Collins | 2011-10-04 | 1 | -2/+2 | |
| | | | | | Prevent issues if somebody decides they want to use a directory with spaces in it. | |||||
* | let obj/ dirs work too | Todd T. Fries | 2011-10-04 | 1 | -1/+4 | |
| | ||||||
* | In the insanity department, we have a function available in a library | Todd T. Fries | 2011-10-04 | 1 | -0/+3 | |
| | | | | | with no mention in the headers. Fix by defining locally. loonix libbsd and arc4random_buf, I'm lookin' at you. | |||||
* | moar marco quotes | Todd T. Fries | 2011-10-04 | 1 | -0/+11 | |
| | ||||||
* | Use correct variable for CURDIR in Makefile. | Dave Collins | 2011-10-04 | 1 | -1/+1 | |
| | ||||||
* | Uncomment modifications test in release script. | Dave Collins | 2011-10-04 | 1 | -2/+1 | |
| | ||||||
* | Add full versioning support with automatic release | Dave Collins | 2011-10-03 | 6 | -16/+201 | |
| | ||||||
* | Use g_thread_create() instead of gdk_threads_add_idle_full() | Cody Wright | 2011-10-03 | 1 | -2/+1 | |
| | | | | | This makes the browsing on slow connections more comfortable as the XXXTerm interface now does not hang when loading HTTPS website. | |||||
* | Add xxxterm.core to CLEANFILES in Makefile | Cody Wright | 2011-10-03 | 1 | -1/+1 | |
| | ||||||
* | Fix sentinel warnings in gcc | Cody Wright | 2011-10-03 | 1 | -3/+3 | |
| | | | | | Exact warning message on the changed lines: "warning: missing sentinel in function call" | |||||
* | Fix a crash as pointed out in FS#129 | marco | 2011-09-26 | 1 | -7/+2 | |
| | | | | | Different fix committed but it was inspired by Cody Wright <writecode@mailinator.com> | |||||
* | include bsd/stdlib on linux from Aleksander Balicki ↵ | marco | 2011-09-26 | 2 | -0/+4 | |
| | | | | <balicki.aleksander@gmail.com> | |||||
* | remove a dead store from Aleksander Balicki <balicki.aleksander@gmail.com> | marco | 2011-09-26 | 1 | -2/+1 | |
| | ||||||
* | Update .gitignore for all object files instead of individually listed one. | Dave Collins | 2011-09-23 | 1 | -2/+1 | |
| | ||||||
* | Add .gitignore to cleanup git status. From Cody Wright. FS#155. | Cody Wright | 2011-09-23 | 1 | -0/+8 | |
| | ||||||
* | shut clang up | marco | 2011-09-19 | 1 | -3/+9 | |
| | ||||||
* | Enable tab-completion for the :set command. | Raphael Graf | 2011-09-11 | 1 | -5/+9 | |
| | | | | ok marco | |||||
* | better thread diff; linux doesn't like gdk_thread_init | Marco Peereboom | 2011-09-09 | 1 | -7/+1 | |
| | | | | | help from Aleksander Balicki <balicki.aleksander@gmail.com> to determine this | |||||
* | Don't initialize the thread subsytem; the flash plugin on linux hangs | Marco Peereboom | 2011-09-09 | 1 | -6/+8 | |
| | | | | | | | when that is done. reported and diagnosed with Aleksander Balicki balicki.aleksander@gmail.com | |||||
* | make sure anchors in sessions don't get killed when loaded. | Marco Peereboom | 2011-09-08 | 1 | -1/+1 | |
| | | | | From: Luis Useche <useche@gmail.com> | |||||
* | commit command history earlier because cmd_execute can/will mangle it | Marco Peereboom | 2011-09-07 | 1 | -2/+1 | |
| | ||||||
* | Allow auto-completion of session names. | Marco Peereboom | 2011-09-07 | 1 | -10/+81 | |
| | | | | From: Luis Useche <useche@gmail.com> | |||||
* | Make sure browser has local storage enabled by default as required by | Marco Peereboom | 2011-09-07 | 1 | -1/+1 | |
| | | | | | | | browser_mode = normal. This didn't work right when running without a config file. Reported by edd. | |||||
* | init threads a bit earlier and don't enter critical section | Marco Peereboom | 2011-09-07 | 1 | -12/+7 | |
| | ||||||
* | be a bit more conservative with a string pointer in the history stuff | Marco Peereboom | 2011-08-28 | 1 | -1/+6 | |
| | ||||||
* | Shuffle init of history to prevent some warnings. | Marco Peereboom | 2011-08-26 | 1 | -19/+31 | |
| | | | | | Work around about: pages to correctly go back and forth on history. Catch webkit popup menu. | |||||
* | The webkit history functions are really really stupid so work around the | Marco Peereboom | 2011-08-26 | 1 | -12/+75 | |
| | | | | | | | fact that they can't figure out how to handle backwards/forwards properly. Fixed now in all spots minus the popup menu backward/forward options because those aren't wired into the browser. | |||||
* | rework connect logic on cert retrieval | Marco Peereboom | 2011-08-25 | 1 | -15/+16 | |
| | | | | | | | | | | | | | | | | | | this was prompted by a bug report from todd help and ok toddrework connect logic on cert retrieval this was prompted by a bug report from todd help and ok toddrework connect logic on cert retrieval this was prompted by a bug report from todd help and ok toddrework connect logic on cert retrieval this was prompted by a bug report from todd help and ok todd | |||||
* | i swear one day i'll remember to cleanup after myself | Marco Peereboom | 2011-08-25 | 1 | -1/+0 | |
| | ||||||
* | fix proxy booboo i made | Marco Peereboom | 2011-08-25 | 1 | -6/+3 | |
| | | | | reported by Manuel Giraud <manuel.giraud@univ-nantes.fr> | |||||
* | add history_autosave so that one can restore command and search history | Marco Peereboom | 2011-08-25 | 3 | -3/+94 | |
| | | | | upon restart/reload of xxxterm. | |||||
* | fix more :port corner cases | Marco Peereboom | 2011-08-25 | 1 | -1/+1 | |
| | | | | found and verified by todd |