about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Collapse)AuthorAgeFilesLines
* fix spinner that stopped and took a while to startMarco Peereboom2010-08-311-8/+13
|
* hide spinner on initial creationMarco Peereboom2010-08-151-2/+4
|
* spinners!Marco Peereboom2010-08-151-0/+9
|
* Replace all strdup with g_strdup, malloc with g_malloc,Marco Peereboom2010-08-151-80/+64
| | | | | | asprintf with g_strdup_printf, free with g_free add close button to tab (hope all pieces get free automatically)
* grrr forgot this oneMarco Peereboom2010-08-121-2/+2
|
* Add f to follow links.Marco Peereboom2010-08-121-12/+89
| | | | | | javascript code from vimprobable this breaks the build when using obj and todd needs to help unfucking that
* Add preliminary mouseless support. javascript code borrowed fromMarco Peereboom2010-08-111-3/+210
| | | | vimprobable2
* make middle click open new tabMarco Peereboom2010-08-101-12/+19
| | | | fix some spacings
* create download dir, duh!Marco Peereboom2010-08-101-3/+5
| | | | found by oga
* make sure we dont clobber the home dir when there is no config fileMarco Peereboom2010-08-101-1/+3
| | | | found by oga
* add alias supportMarco Peereboom2010-08-101-0/+77
| | | | from Todd Carson <toc@daybefore.net>
* don't add duplicate linksMarco Peereboom2010-08-101-2/+14
| | | | from Jean-Philippe Ouellet <jean-philippe@ouellet.biz>
* plug memleak and more paranoia on file errorsMarco Peereboom2010-08-101-5/+8
| | | | from Aaron Stellman <zion@x96.org>
* make tabs reordableMarco Peereboom2010-08-101-3/+6
| | | | move download code around a little
* Make :1 mean "go to top". ok marcojacekm2010-06-171-0/+2
|
* Add half-page movements, C-d and C-u. ok marcojacekm2010-06-161-4/+18
|
* Fix "missing sentinel" gcc4 warnings. ok marcojacekm2010-06-151-13/+13
|
* Strip leading whitespace in uri bar, which helps when pasting thingsjacekm2010-06-151-0/+2
| | | | like " http://www.foo.com/". ok marco
* Correct cookies path. It tried using ~/.xxxterm/favorites/cookies.txt,jacekm2010-06-151-8/+8
| | | | with predictable lack of success; ok marco
* Must recalculate tab_id for all tabs after closing any tab but thejacekm2010-06-151-0/+3
| | | | | last one, because it's assumed to reflect tab position in couple of places, eg. in keyboard tab switching code; ok marco
* Fix use after free and some other bugletsMarco Peereboom2010-03-271-22/+63
|
* Make uri_entry green when https://Marco Peereboom2010-03-021-0/+12
|
* make font sizes a tab property not gloablMarco Peereboom2010-02-281-40/+46
| | | | tsk tsk todd
* Proof of concept :set enable_scriptsMarco Peereboom2010-02-281-25/+54
| | | | | | | | This needs a lot of work; the whole settings thing needs to go from static to dynamic and autogenerate everything. We need some darn autocompletion too. Too tired to fix it for real but want to have it in cvs
* make set about:configMarco Peereboom2010-02-281-1/+1
|
* add set command; only prints settingsMarco Peereboom2010-02-281-0/+71
|
* add tab first and lastMarco Peereboom2010-02-281-2/+24
|
* add f7 to focus on search entryMarco Peereboom2010-02-281-1/+5
|
* a little more testing for mime typesMarco Peereboom2010-02-271-0/+3
|
* mime handler for launching content in an external program.Marco Peereboom2010-02-271-0/+116
| | | | and the delete-event idea is from josh pullen
* Add some window titles, from Mulder, Jonathan Edward" <mulderje@muohio.edu>Marco Peereboom2010-02-271-0/+10
|
* more javascript open window tricks fromMarco Peereboom2010-02-271-0/+13
| | | | Christophe Etcheverry <cetcheve@omitufo.org>
* disable scripts and plugins by default. WTF was I on?Marco Peereboom2010-02-261-2/+2
|
* missed one new window requestMarco Peereboom2010-02-261-1/+22
|
* remove todo itemMarco Peereboom2010-02-261-1/+0
|
* Add :favadd commandMarco Peereboom2010-02-261-1/+46
|
* Simplify policy decissionMarco Peereboom2010-02-261-19/+5
|
* This fixes the clicking on my wifes site.Marco Peereboom2010-02-261-0/+15
| | | | Diagnosis from: Christophe Etcheverry <cetcheve@omitufo.org>
* update todoMarco Peereboom2010-02-251-2/+2
|
* add backward search ?Marco Peereboom2010-02-251-12/+25
|
* o document favoritesTodd Fries2010-02-251-3/+3
| | | | o use <ol> for neat lists
* Add favoritesMarco Peereboom2010-02-251-8/+120
| | | | | Fix todd's lack of testing More paranoia around work dirs
* sure do test, marco@Todd Fries2010-02-251-0/+3
|
* permit shrink/grow of font sizes, ok marco@Todd Fries2010-02-251-2/+23
|
* match refresh keys in vi (C-r/C-l)Todd Fries2010-02-251-0/+2
| | | | "yes like it" marco@
* Add version check around WEBKIT_LOAD_FAILEDMarco Peereboom2010-02-241-0/+2
| | | | pointed out by Mike Schmitz <tmschmitz@gmail.com>
* two more vi keybindings, ok marco@Todd Fries2010-02-241-0/+2
|
* add search with / and n and NMarco Peereboom2010-02-241-6/+119
|
* fix forward backward logicMarco Peereboom2010-02-231-4/+4
|
* give focus after activating search_entryMarco Peereboom2010-02-231-0/+1
|