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
*
Uncomment modifications test in release script.
Dave Collins
2011-10-04
1
-2
/
+1
*
Add full versioning support with automatic release
Dave Collins
2011-10-03
6
-16
/
+201
*
Use g_thread_create() instead of gdk_threads_add_idle_full()
Cody Wright
2011-10-03
1
-2
/
+1
*
Add xxxterm.core to CLEANFILES in Makefile
Cody Wright
2011-10-03
1
-1
/
+1
*
Fix sentinel warnings in gcc
Cody Wright
2011-10-03
1
-3
/
+3
*
Fix a crash as pointed out in FS#129
marco
2011-09-26
1
-7
/
+2
*
include bsd/stdlib on linux from Aleksander Balicki <balicki.aleksander@gmail...
marco
2011-09-26
2
-0
/
+4
*
remove a dead store from Aleksander Balicki <balicki.aleksander@gmail.com>
marco
2011-09-26
1
-2
/
+1
*
Update .gitignore for all object files instead of individually listed one.
Dave Collins
2011-09-23
1
-2
/
+1
*
Add .gitignore to cleanup git status. From Cody Wright. FS#155.
Cody Wright
2011-09-23
1
-0
/
+8
*
shut clang up
marco
2011-09-19
1
-3
/
+9
*
Enable tab-completion for the :set command.
Raphael Graf
2011-09-11
1
-5
/
+9
*
better thread diff; linux doesn't like gdk_thread_init
Marco Peereboom
2011-09-09
1
-7
/
+1
*
Don't initialize the thread subsytem; the flash plugin on linux hangs
Marco Peereboom
2011-09-09
1
-6
/
+8
*
make sure anchors in sessions don't get killed when loaded.
Marco Peereboom
2011-09-08
1
-1
/
+1
*
commit command history earlier because cmd_execute can/will mangle it
Marco Peereboom
2011-09-07
1
-2
/
+1
*
Allow auto-completion of session names.
Marco Peereboom
2011-09-07
1
-10
/
+81
*
Make sure browser has local storage enabled by default as required by
Marco Peereboom
2011-09-07
1
-1
/
+1
*
init threads a bit earlier and don't enter critical section
Marco Peereboom
2011-09-07
1
-12
/
+7
*
be a bit more conservative with a string pointer in the history stuff
Marco Peereboom
2011-08-28
1
-1
/
+6
*
Shuffle init of history to prevent some warnings.
Marco Peereboom
2011-08-26
1
-19
/
+31
*
The webkit history functions are really really stupid so work around the
Marco Peereboom
2011-08-26
1
-12
/
+75
*
rework connect logic on cert retrieval
Marco Peereboom
2011-08-25
1
-15
/
+16
*
i swear one day i'll remember to cleanup after myself
Marco Peereboom
2011-08-25
1
-1
/
+0
*
fix proxy booboo i made
Marco Peereboom
2011-08-25
1
-6
/
+3
*
add history_autosave so that one can restore command and search history
Marco Peereboom
2011-08-25
3
-3
/
+94
*
fix more :port corner cases
Marco Peereboom
2011-08-25
1
-1
/
+1
*
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
[next]