about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* kill focusInput and clearFocus JSmarco2011-11-091-54/+93
| | | | | | We are way smart and do it all directly in the dom. This was the last stumbling block screwing with running auto js a bit nicer and I think we have working insert or command mode.
* cleanup and fix hintingmarco2011-11-091-96/+8
| | | | missed debug
* first attemp at doing a true keyboard modeMarco Peereboom2011-11-082-18/+184
|
* delete unused variableMarco Peereboom2011-11-051-2/+0
|
* be more quietMarco Peereboom2011-11-051-9/+3
|
* Add autorun JavaScript after page loadsMarco Peereboom2011-11-054-0/+182
| | | | | | | | | | It tries to open a default.js file followed by host.domain.js. If the host.domain.js file does not exist it tries to open domain.js. It reads the content of the default AND host/domain file and executes it. All scripts go in the ~/.xxxterm/js/ directory.
* Prepare for release 1.8.1.Marco Peereboom2011-11-051-1/+1
|
* kill a -Wshadow debugMarco Peereboom2011-11-051-2/+0
|
* Add stop commandMarco Peereboom2011-11-052-0/+10
| | | | Fixes FS#186
* Add M-p to toggle pluginsMarco Peereboom2011-11-052-1/+4
|
* Add ctrl-p to toggle pluginsMarco Peereboom2011-11-051-0/+1
|
* move common warnings to common areaMarco Peereboom2011-11-041-2/+1
|
* better warningsMarco Peereboom2011-11-041-4/+4
|
* fix a shadowed varMarco Peereboom2011-11-041-4/+4
|
* add -Wshadow to clang targetMarco Peereboom2011-11-041-2/+6
|
* Fix command bar not disappearing when status bar is enabledMarco Peereboom2011-11-041-5/+7
| | | | | | | | Found by Feinerer <feinerer@logic.at> To the status bar maintainers, you guys need to take better care making sure you don't alter signal behavior when it is enabled. That is bad juju.
* Add useful tab_id to debugMarco Peereboom2011-11-041-12/+15
|
* one more filemarco2011-11-031-1/+3
|
* use install instead of cp and mkdir for installmarco2011-11-031-7/+8
|
* set default encoding to UTF-8 as requestedmarco2011-11-032-2/+2
|
* document zzmarco2011-11-031-0/+2
|
* add zz command to center pagemarco2011-11-031-0/+6
|
* Missed one more cmd_hide.marco2011-11-031-1/+2
|
* Fix a warning that was an actual issue.Marco Peereboom2011-11-031-5/+8
| | | | Found by gcc!
* fix extra <li>, pointed out by rgouveiaMarco Peereboom2011-11-031-1/+1
|
* fix a clang warningMarco Peereboom2011-11-031-1/+3
|
* add uninstall target and install icon alreadyMarco Peereboom2011-11-031-0/+19
|
* Fix 2 clever bugsMarco Peereboom2011-11-032-12/+27
| | | | | | | | | First :js/pl/cookie domain save wasn't saving the actual domain. I tried being clever to save a switch statement. FAIL. Second I tried to save an else statement. Again FAIL. Next time I am doing clever things please yell at me.
* enter was busted in link followingMarco Peereboom2011-11-031-2/+2
|
* Update .gitignore with generated deps and tags.Dave Collins2011-11-031-0/+2
|
* Add automatic dependency generation for linux.Dave Collins2011-11-031-4/+16
| | | | Also improve the makefile to use dynamic sources and objects.
* dang it i disabled threads by accidentMarco Peereboom2011-11-031-1/+1
|
* kill warningMarco Peereboom2011-11-031-1/+2
|
* one more oops, we need .o not .cMarco Peereboom2011-11-031-1/+1
|
* oops, add missing CFLAGSMarco Peereboom2011-11-031-2/+2
|
* stale protomarco2011-11-021-2/+0
|
* move cookies to own filemarco2011-11-024-213/+234
|
* move one more function overMarco Peereboom2011-11-022-50/+48
|
* catch upMarco Peereboom2011-11-022-2/+6
|
* More file splitsMarco Peereboom2011-11-026-1873/+2027
| | | | Add whitelist and settings files.
* Move more stuff into aboutMarco Peereboom2011-11-023-176/+187
|
* Merge branch 'master' of ssh://opensource.conformal.com/git/xxxtermmarco2011-11-022-2/+4
|\
| * catch up on new filesMarco Peereboom2011-11-022-2/+4
| |
* | damn git never does what it says it doesmarco2011-11-024-1228/+127
|/ | | | these file remained behind
* Move xtp and about stuff into it's own filemarco2011-11-021-0/+1176
|
* make linux and freebsd compile againmarco2011-11-022-2/+4
|
* Make the inspector not crash on exitmarco2011-11-023-24/+105
| | | | | Turns out that someone else frees resources so don't do that and let gtk handle it all by itself.
* Revert "Merge branch 'master' of opensource.conformal.com:/git/xxxterm"marco2011-11-024-903/+825
| | | | | This reverts commit e562a275ba9277803a4a6fe89e71545268986a7b, reversing changes made to b07b1b86ecd74b3042de4f7eb021ee0e39acb7d1.
* Revert "move some xtp functions over, RB_* prevented all"marco2011-11-024-938/+835
| | | | This reverts commit d831e178524c1f187a96cfdb3738e63e023d6258.
* move some xtp functions over, RB_* prevented allTodd T. Fries2011-11-014-835/+938
|