about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Collapse)AuthorAgeFilesLines
...
* add a jumanji like tab bar in addition to the regular one.Marco Peereboom2011-07-181-22/+210
| | | | From: Michal Mazurek <akfaew@jasminek.net>
* In cmd_keypress_cb(), sanity-check c for NULL consistently.Marco Peereboom2011-07-181-1/+1
| | | | From: Fabian Keil <fk@fabiankeil.de>
* Fix a logic bug in add_mime_type() that could result in a NULL pointerMarco Peereboom2011-07-181-1/+1
| | | | | | dereference in case of invalid parameters. From: Fabian Keil <fk@fabiankeil.de>
* Indentation fix for xtp_page_dl()Marco Peereboom2011-07-181-2/+2
| | | | From: Fabian Keil <fk@fabiankeil.de>
* Fix a memory leak in xtp_page_cl() in case of invalid parameters.Marco Peereboom2011-07-181-2/+2
| | | | From: Fabian Keil <fk@fabiankeil.de>
* another oops that needs to be fatalish.Marco Peereboom2011-07-181-1/+3
| | | | From: Fabian Keil <fk@fabiankeil.de>
* a fatal turned oops should remain fatalish...Marco Peereboom2011-07-181-0/+1
| | | | found by akfaew
* FS#72, local files in favorites and history.Raphael Graf2011-07-161-102/+108
| | | | ok marco@
* Bring back down pointing arrow to select active tab.Marco Peereboom2011-07-151-5/+39
| | | | | Bad stevan for first listening to me and then not fixing this after I changed my mind.
* Merge show_oops and show_oops_s.Stevan Andjelkovic2011-07-131-91/+69
| | | | ok marco@
* 07:47 <stevan> you broke it, you fix it :-pMarco Peereboom2011-07-131-1/+1
| | | | unbreak silly guess_search thing
* stevan's spacebar is sometime brockenMarco Peereboom2011-07-131-2/+2
|
* Fix compiler warnings on linux.Raphael Graf2011-07-131-8/+8
| | | | ok marco@
* Fixed some small comments Marco had on :buffers.Stevan Andjelkovic2011-07-121-3/+7
| | | | ok marco@
* Added :buffers command, which displays open tabs and enables selection viaStevan Andjelkovic2011-07-121-61/+181
| | | | | | the keyboard. ok marco@
* add bugzilla # to XXXMarco Peereboom2011-07-121-0/+1
|
* oops i screwed up the font sizes while testingMarco Peereboom2011-07-111-2/+2
|
* typo, from Luis Henriques <luis.henrix@gmail.com>Marco Peereboom2011-07-111-1/+1
|
* add a font option for the status and command entry bars.Marco Peereboom2011-07-111-2/+20
| | | | | | from Michal Mazurek <akfaew@jasminek.net> Man page please!
* document that webkit poopoos over max-conns and max-host-conns.Marco Peereboom2011-07-081-0/+1
|
* Fiddle with ulimits in order to get more fds as webkit is so nice toMarco Peereboom2011-07-081-0/+18
| | | | | | | ignore the values we set. Each xxxterm instance needs at least 75ish descriptors to operate correctly. 70 or so for webkit and 5 for or so for xxxterm itself. This should mitigate fd starvation as much as the environment allows.
* Disable "Web SQL Database" and add option enable_localstorage.Raphael Graf2011-07-081-0/+9
| | | | ok marco@
* Remove some printf(sterr.Raphael Graf2011-07-071-7/+4
| | | | ok marco@
* Prevent files in download dir from being overwritten. FS#80Marco Peereboom2011-07-071-5/+24
| | | | from Cody Wright <writecode@mailinator.com>
* kill sll-priority; nothing will come from this.Marco Peereboom2011-07-071-7/+0
|
* add F1 for help; makes the browser feel traditional.Marco Peereboom2011-07-071-0/+1
|
* Add toplevel toggle command to temporary enable cookie and js whitelistMarco Peereboom2011-07-071-9/+33
| | | | | | | for the toplevel domain. The "play" button now uses this too instead of the old FQDN JS only action. requested by several people.
* Take the favicons from WebKitIconDatabase (webkit >=1.4).Raphael Graf2011-07-071-105/+104
| | | | ok marco@
* kill one more focus bug where one cant type while page is loading.Marco Peereboom2011-07-061-3/+2
|
* fix a longstanding bug that has been driving me insane where clicking onMarco Peereboom2011-07-061-7/+9
| | | | a tab would put the focus on uri entry instead of webkit.
* Clipboards on x are stupid. Even more so when combined with gtk *and*Marco Peereboom2011-07-061-1/+81
| | | | | | | | | | webkit. So in order to unscrew that use the biggest hammer I could find to simply keep the relevant clipboards in sync. Basically xxxterm becomes the clipboard manager for X and other apps and that might be undesired. If people complain I'll add a setting to re-enable stupid mode. Lots of complaining from jy-p and todd brought me to this horror hack.
* spaceMarco Peereboom2011-07-061-1/+1
|
* Add options for spell checking.Raphael Graf2011-06-211-0/+8
| | | | ok omg marco@
* Get ready for gtk+3. Add ellipsis to tab-label.Raphael Graf2011-06-181-14/+34
| | | | ok marco@
* Unify html-output.Raphael Graf2011-06-151-200/+148
| | | | ok marco@
* Add a check for ssl_ca_file setting, don't crash.Raphael Graf2011-06-121-4/+9
| | | | ok marco@
* Show links with anchors in favorites and history (FS#101).Raphael Graf2011-06-101-7/+7
| | | | ok marco@
* Enable pre-count for ':tabnew' and ':tabedit', add keybinding for C-T (FS#66).Raphael Graf2011-06-041-29/+25
| | | | ok marco@
* Add a bit of a hack.Owain Ainsworth2011-06-021-0/+6
| | | | | | | | | | | If xxxterm crashes at the wrong moment then it has a habit of losing your session file (this happens to me regularly). So fsync the session file before closing. Extending this to do all written files and to save the old one as file~ or file.backup is something i mean to do soonish. ok marco
* unify all directory code.Marco Peereboom2011-06-021-65/+27
| | | | from okan@openbsd.org
* Fix bugs in previous commit.Raphael Graf2011-06-011-1/+4
|
* Enable pre/post-count for tabnext, tabprevious and tabclose.Raphael Graf2011-06-011-61/+67
| | | | ok marco@
* add sMarco Peereboom2011-05-261-1/+1
|
* pimp cyphertiteMarco Peereboom2011-05-261-1/+1
|
* Let ":cookie" go to ":cookie show all", from Cody Wright.Raphael Graf2011-05-231-8/+8
| | | | ok marco@
* Fix command-completion on linuxRaphael Graf2011-05-211-2/+5
| | | | ok marco@
* Improved pre-counts for commands.Raphael Graf2011-05-211-20/+51
| | | | ok marco@
* Accept pre-count for commands. Without effect for now..Raphael Graf2011-05-101-127/+157
| | | | ok marco@
* Small change in url-autocompletion behaviour.Raphael Graf2011-05-061-2/+20
| | | | Think so marco@
* show correct window titles when tabs are closed or reordered.Raphael Graf2011-05-041-1/+13
| | | | ok marco@