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
path:
root
/
xxxterm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the 'zoom amount' buffer command. This is bcmd #2.
Michal Mazurek
2011-08-02
1
-0
/
+12
*
Fix socket code that raphael broke and obviously didn't test.
Marco Peereboom
2011-08-02
1
-1
/
+1
*
restore scrollfarleft bound to 0
Michal Mazurek
2011-08-02
1
-0
/
+1
*
Fixed buffer commands for url bar.
Michal Mazurek
2011-08-02
1
-13
/
+145
*
revert buffer command regex stuff; it eats keystrokes from the search
Marco Peereboom
2011-08-02
1
-144
/
+11
*
Move #include <regex.h> to maintain sorted order.
Michal Mazurek
2011-08-02
1
-1
/
+2
*
add preliminary buffer command code.
Michal Mazurek
2011-08-01
1
-11
/
+143
*
Allow ip adresses in whitelists (FS#130). And some window-title/tab-label fixes.
Raphael Graf
2011-07-31
1
-114
/
+98
*
/tmp/cvsS55e3a
Michal Mazurek
2011-07-30
1
-16
/
+8
*
add statusbar_elems
Michal Mazurek
2011-07-30
1
-51
/
+74
*
remove t.font_size, rewrite adjustfont_webkit
Michal Mazurek
2011-07-29
1
-19
/
+25
*
add a method for running scripts on a page. the example uses
Marco Peereboom
2011-07-25
1
-1
/
+77
*
add more settable fonts
Marco Peereboom
2011-07-25
1
-1
/
+14
*
Don't crash when reordering tabs.
Raphael Graf
2011-07-21
1
-27
/
+18
*
Check webkit version at compile time. Fixes FS#129.
Raphael Graf
2011-07-20
1
-67
/
+67
*
gtk+3 compatibility
Raphael Graf
2011-07-19
1
-2
/
+3
*
Fix window titles.
Raphael Graf
2011-07-19
1
-38
/
+27
*
only copy clipboards onto each other if the mouse has been released;
Marco Peereboom
2011-07-18
1
-2
/
+22
*
add more stuff to status bar and fix Michal's very very broken spacebar.
Marco Peereboom
2011-07-18
1
-65
/
+137
*
one more copyright nit
Marco Peereboom
2011-07-18
1
-1
/
+1
*
add michal to copyrights
Marco Peereboom
2011-07-18
1
-0
/
+1
*
an alias without an argument opens an url containing %s. this diff
Marco Peereboom
2011-07-18
1
-1
/
+1
*
add a jumanji like tab bar in addition to the regular one.
Marco Peereboom
2011-07-18
1
-22
/
+210
*
In cmd_keypress_cb(), sanity-check c for NULL consistently.
Marco Peereboom
2011-07-18
1
-1
/
+1
*
Fix a logic bug in add_mime_type() that could result in a NULL pointer
Marco Peereboom
2011-07-18
1
-1
/
+1
*
Indentation fix for xtp_page_dl()
Marco Peereboom
2011-07-18
1
-2
/
+2
*
Fix a memory leak in xtp_page_cl() in case of invalid parameters.
Marco Peereboom
2011-07-18
1
-2
/
+2
*
another oops that needs to be fatalish.
Marco Peereboom
2011-07-18
1
-1
/
+3
*
a fatal turned oops should remain fatalish...
Marco Peereboom
2011-07-18
1
-0
/
+1
*
FS#72, local files in favorites and history.
Raphael Graf
2011-07-16
1
-102
/
+108
*
Bring back down pointing arrow to select active tab.
Marco Peereboom
2011-07-15
1
-5
/
+39
*
Merge show_oops and show_oops_s.
Stevan Andjelkovic
2011-07-13
1
-91
/
+69
*
07:47 <stevan> you broke it, you fix it :-p
Marco Peereboom
2011-07-13
1
-1
/
+1
*
stevan's spacebar is sometime brocken
Marco Peereboom
2011-07-13
1
-2
/
+2
*
Fix compiler warnings on linux.
Raphael Graf
2011-07-13
1
-8
/
+8
*
Fixed some small comments Marco had on :buffers.
Stevan Andjelkovic
2011-07-12
1
-3
/
+7
*
Added :buffers command, which displays open tabs and enables selection via
Stevan Andjelkovic
2011-07-12
1
-61
/
+181
*
add bugzilla # to XXX
Marco Peereboom
2011-07-12
1
-0
/
+1
*
oops i screwed up the font sizes while testing
Marco Peereboom
2011-07-11
1
-2
/
+2
*
typo, from Luis Henriques <luis.henrix@gmail.com>
Marco Peereboom
2011-07-11
1
-1
/
+1
*
add a font option for the status and command entry bars.
Marco Peereboom
2011-07-11
1
-2
/
+20
*
document that webkit poopoos over max-conns and max-host-conns.
Marco Peereboom
2011-07-08
1
-0
/
+1
*
Fiddle with ulimits in order to get more fds as webkit is so nice to
Marco Peereboom
2011-07-08
1
-0
/
+18
*
Disable "Web SQL Database" and add option enable_localstorage.
Raphael Graf
2011-07-08
1
-0
/
+9
*
Remove some printf(sterr.
Raphael Graf
2011-07-07
1
-7
/
+4
*
Prevent files in download dir from being overwritten. FS#80
Marco Peereboom
2011-07-07
1
-5
/
+24
*
kill sll-priority; nothing will come from this.
Marco Peereboom
2011-07-07
1
-7
/
+0
*
add F1 for help; makes the browser feel traditional.
Marco Peereboom
2011-07-07
1
-0
/
+1
*
Add toplevel toggle command to temporary enable cookie and js whitelist
Marco Peereboom
2011-07-07
1
-9
/
+33
*
Take the favicons from WebKitIconDatabase (webkit >=1.4).
Raphael Graf
2011-07-07
1
-105
/
+104
[next]