index
:
xombrero
this commit
master
minimalist web browser
Aoi Koizumi <novaburst@kalli.st>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix makefile
Marco Peereboom
2011-08-25
1
-1
/
+1
*
Shuffle the about code into guess url because it really belongs there;
Marco Peereboom
2011-08-24
1
-8
/
+19
*
debug cruft
Marco Peereboom
2011-08-24
1
-1
/
+1
*
just kill :ports dead; it has been nothing but a hindrance.
Marco Peereboom
2011-08-24
1
-11
/
+2
*
add search history as well and generalize the history functions
Marco Peereboom
2011-08-24
1
-23
/
+44
*
generalize history and remove debug cruft
Marco Peereboom
2011-08-24
1
-34
/
+42
*
dont add a history item if it is identical to the previous
Marco Peereboom
2011-08-24
1
-0
/
+11
*
add basic command history
Marco Peereboom
2011-08-24
1
-4
/
+86
*
better regex from mcbride
Marco Peereboom
2011-08-24
2
-2
/
+2
*
allow right click in command entry without losing focus
Marco Peereboom
2011-08-24
1
-1
/
+18
*
add a regex to determine if something is a url (to be used in
Marco Peereboom
2011-08-24
3
-9
/
+28
*
strip port number of end of whitelist entries.
Marco Peereboom
2011-08-24
1
-0
/
+12
*
use an actual working heuristic to determine if something is a valid url;
Marco Peereboom
2011-08-24
1
-13
/
+8
*
document :set
Marco Peereboom
2011-08-24
1
-0
/
+19
*
in order to allow abort i had to simplify [`'] to [']. if we care we
Marco Peereboom
2011-08-24
1
-2
/
+2
*
dont tell lies about http_proxy
Marco Peereboom
2011-08-24
1
-1
/
+3
*
allow http_proxy to be set at runtime.
Marco Peereboom
2011-08-24
1
-5
/
+48
*
also handle special int and floats in :set
Marco Peereboom
2011-08-23
1
-0
/
+12
*
Start working on the :set command.
Marco Peereboom
2011-08-23
1
-3
/
+83
*
When saving a session save the URL entry bar if there is no URL loaded
Marco Peereboom
2011-08-23
1
-2
/
+8
*
Sites like flickr REQUIRE HTML5 local storage for the JS popup menus to
Marco Peereboom
2011-08-23
2
-3
/
+29
*
add a start page exception to complain about things like invalid config
Marco Peereboom
2011-08-23
1
-17
/
+89
*
Add a delay before highlighting the search terms. This delay is only used
Marco Peereboom
2011-08-23
1
-20
/
+70
*
Abort commands when there are no submatches in regex; had to hand roll
Marco Peereboom
2011-08-22
1
-26
/
+93
*
Instead of forcing the xterm clipboard workaround make it an option.
Marco Peereboom
2011-08-21
3
-4
/
+19
*
add some more for variety
Todd Fries
2011-08-11
1
-0
/
+5
*
better sbe creation
Michal Mazurek
2011-08-11
1
-23
/
+20
*
< statusbar_modify_attr(t, XT_COLOR_BLACK, "white");
Michal Mazurek
2011-08-10
1
-1
/
+1
*
display certificate exceptions when visiting untrusted site
Marco Peereboom
2011-08-10
1
-4
/
+46
*
notify_load_error_cb clobbers perfectly good URLs in uri_entry when a
Marco Peereboom
2011-08-09
1
-0
/
+12
*
missing spaces
Marco Peereboom
2011-08-07
1
-1
/
+1
*
start renaming karg elements to make them more obvious
Marco Peereboom
2011-08-07
1
-15
/
+15
*
fix silly {} in switch. noticed by akfaew
Marco Peereboom
2011-08-07
1
-10
/
+6
*
Fix in buffer commands.
Michal Mazurek
2011-08-07
1
-0
/
+1
*
more copyrights
Marco Peereboom
2011-08-06
3
-2
/
+72
*
no need for this file as it is auto generated
Marco Peereboom
2011-08-06
1
-12
/
+0
*
add some missing copyrights and tags
Marco Peereboom
2011-08-06
6
-5
/
+36
*
default zoom levels should be set on tab creation,
Todd Fries
2011-08-05
1
-0
/
+1
*
stupid socket bug DIE DIE DIE
Marco Peereboom
2011-08-05
1
-7
/
+11
*
Be much louder when connecting and DONT return success when something
Marco Peereboom
2011-08-05
1
-13
/
+28
*
Start TLS failed is useless; print something better
Marco Peereboom
2011-08-05
1
-6
/
+3
*
moar doco as requested in FS#132
Marco Peereboom
2011-08-05
1
-0
/
+9
*
Fixed typo and warning in man page.
Stevan Andjelkovic
2011-08-05
1
-1
/
+2
*
Stop relying on stupid webkit to see if a certificate is trusted. It
Marco Peereboom
2011-08-04
1
-53
/
+50
*
thread the gnu tls code in order to make the browser a little snappier.
Marco Peereboom
2011-08-04
1
-27
/
+77
*
when a cert is saved always blue the address bar.
Marco Peereboom
2011-08-04
2
-4
/
+11
*
remove XXX
Marco Peereboom
2011-08-04
1
-1
/
+1
*
Kill some gtk warnings when fancy_bar = 0. I had this fixed before but
Marco Peereboom
2011-08-04
1
-37
/
+40
*
Warn about going to an nonexistant quickmark
Michal Mazurek
2011-08-03
1
-2
/
+8
*
() -> (void) for function declarations
Marco Peereboom
2011-08-03
1
-4
/
+4
[next]