about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
* rename icons per ians recommendationMarco Peereboom2011-01-041-5/+5
* fix a use after free as found by edd and fix a focus issue as found byMarco Peereboom2011-01-031-9/+13
* switch icons to pngMarco Peereboom2011-01-031-5/+5
* fix a stupid segfaultMarco Peereboom2011-01-031-1/+1
* Add bunch of iconsMarco Peereboom2011-01-031-0/+24
* when a page fails loading pring (untitled) instead of LoadingMarco Peereboom2011-01-021-0/+4
* add http_proxy back into config file.Marco Peereboom2011-01-021-0/+1
* add restart; browser history isn't saved yet but tabs areMarco Peereboom2011-01-021-9/+34
* add restart scaffoldMarco Peereboom2011-01-021-0/+14
* add popup menu to aid in tab navigation as requested by jy-pMarco Peereboom2011-01-021-1/+39
* use a button instead of an image for closure on tabs.Marco Peereboom2011-01-021-9/+42
* *** empty log message ***Marco Peereboom2011-01-011-4/+8
* Fix mem leak as noticed by stevanMarco Peereboom2011-01-011-0/+1
* Add undo close tabs.Marco Peereboom2011-01-011-7/+103
* completly rewrite the cookie handling code curtesy of badly designedMarco Peereboom2011-01-011-84/+157
* * If there are no favorites to show, show a message.Edd Barrett2010-12-311-0/+16
* oopsMarco Peereboom2010-12-301-2/+0
* fix clipping of urls as noticed by jy-p and stevan.Marco Peereboom2010-12-301-25/+33
* focus on browser when switching tabsMarco Peereboom2010-12-301-0/+3
* dont allow the tab widget to ever get focus so that we can capture moreMarco Peereboom2010-12-301-1/+5
* att ctrl left and right arrows. should we make this work too in editboxes?Marco Peereboom2010-12-291-2/+16
* add cookieadd command to add domain to cookie white listMarco Peereboom2010-12-291-11/+91
* Add runtime cookie white list toggle.Marco Peereboom2010-12-291-36/+84
* Add yank and paste from Stevan Andjelkovic <stevan@student.chalmers.se>Marco Peereboom2010-12-291-0/+68
* add :jsadd to write current tab domain to runtime config file.Marco Peereboom2010-12-291-37/+155
* sort settings and color them differently for runtime vs launchtimeMarco Peereboom2010-12-291-27/+30
* consolidate getpeerid code with linux.Marco Peereboom2010-12-291-25/+4
* add runtime settings option, not in use yet.Marco Peereboom2010-12-291-35/+329
* shuffle some code around and simplify the settings table someMarco Peereboom2010-12-281-64/+62
* make settings table driven so that we can do some runtime settings.Marco Peereboom2010-12-281-89/+150
* now that we have the socket stuff add single_instance optionMarco Peereboom2010-12-281-10/+47
* Allow multiple urls to be selected with -nMarco Peereboom2010-12-281-5/+15
* Add local socket option to open new tabs from the command line.Marco Peereboom2010-12-281-4/+149
* add append_next to enable tab insertions instead of appending as requestedMarco Peereboom2010-12-281-6/+49
* add a toggle js button on the toolbarMarco Peereboom2010-12-271-12/+40
* add gloabl enable cooki setting back inMarco Peereboom2010-12-271-0/+4
* fix search not cleaning up itself as found by jy-pMarco Peereboom2010-12-271-1/+7
* kill use of gtktoolitem since we wont ever use it for the intended purposeMarco Peereboom2010-12-271-38/+11
* found the edd cookie redraw bug. sloppy sloppy sloppy and not tested. bad edd.Marco Peereboom2010-12-271-2/+1
* implement remove cookie. Fix another edd bug where HL was same as CL.Marco Peereboom2010-12-271-23/+42
* now that we have an interceptor function this suddenly is a bugMarco Peereboom2010-12-271-1/+1
* fix some more edd nonsenseMarco Peereboom2010-12-261-2/+2
* add function to override keystrokes in entry boxes to make like ctrl-t andMarco Peereboom2010-12-261-4/+30
* add source view toggleMarco Peereboom2010-12-261-1/+16
* typo, from Stevan Andjelkovic <stevan@student.chalmers.se>Marco Peereboom2010-12-261-1/+1
* handle certificates more gracefully. Trusted is green, untrusted yellow.Marco Peereboom2010-12-261-9/+71
* Add save tab support.Marco Peereboom2010-12-261-1/+76
* opps, we forgot to regenrate session keys for favorites.Edd Barrett2010-12-241-0/+4
* add :homeEdd Barrett2010-12-241-0/+13
* finish off xtp pages, refactorings, cleaningEdd Barrett2010-12-241-103/+273