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 ca command to show ca certificates and document cert command
Marco Peereboom
2011-01-05
1
-0
/
+87
*
fix FS#42
Marco Peereboom
2011-01-05
1
-5
/
+7
*
shrink tabs to gain some pixels
Marco Peereboom
2011-01-05
1
-3
/
+13
*
when undoing tab close make forward history work too.
Marco Peereboom
2011-01-05
1
-31
/
+67
*
From: Vadim Zhukov <persgray@gmail.com>
Marco Peereboom
2011-01-04
1
-1
/
+6
*
Add :cert to print certificate chain as requested by jy-p
Marco Peereboom
2011-01-04
1
-93
/
+146
*
when undoing delete_tab restore history
Marco Peereboom
2011-01-04
1
-25
/
+59
*
stop webkit when deleting a tab. silences some gtk warnings.
Marco Peereboom
2011-01-04
1
-0
/
+3
*
rename icons per ians recommendation
Marco Peereboom
2011-01-04
1
-5
/
+5
*
fix a use after free as found by edd and fix a focus issue as found by
Marco Peereboom
2011-01-03
1
-9
/
+13
*
switch icons to png
Marco Peereboom
2011-01-03
1
-5
/
+5
*
fix a stupid segfault
Marco Peereboom
2011-01-03
1
-1
/
+1
*
Add bunch of icons
Marco Peereboom
2011-01-03
1
-0
/
+24
*
when a page fails loading pring (untitled) instead of Loading
Marco Peereboom
2011-01-02
1
-0
/
+4
*
add http_proxy back into config file.
Marco Peereboom
2011-01-02
1
-0
/
+1
*
add restart; browser history isn't saved yet but tabs are
Marco Peereboom
2011-01-02
1
-9
/
+34
*
add restart scaffold
Marco Peereboom
2011-01-02
1
-0
/
+14
*
add popup menu to aid in tab navigation as requested by jy-p
Marco Peereboom
2011-01-02
1
-1
/
+39
*
use a button instead of an image for closure on tabs.
Marco Peereboom
2011-01-02
1
-9
/
+42
*
*** empty log message ***
Marco Peereboom
2011-01-01
1
-4
/
+8
*
Fix mem leak as noticed by stevan
Marco Peereboom
2011-01-01
1
-0
/
+1
*
Add undo close tabs.
Marco Peereboom
2011-01-01
1
-7
/
+103
*
completly rewrite the cookie handling code curtesy of badly designed
Marco Peereboom
2011-01-01
1
-84
/
+157
*
* If there are no favorites to show, show a message.
Edd Barrett
2010-12-31
1
-0
/
+16
*
oops
Marco Peereboom
2010-12-30
1
-2
/
+0
*
fix clipping of urls as noticed by jy-p and stevan.
Marco Peereboom
2010-12-30
1
-25
/
+33
*
focus on browser when switching tabs
Marco Peereboom
2010-12-30
1
-0
/
+3
*
dont allow the tab widget to ever get focus so that we can capture more
Marco Peereboom
2010-12-30
1
-1
/
+5
*
att ctrl left and right arrows. should we make this work too in editboxes?
Marco Peereboom
2010-12-29
1
-2
/
+16
*
add cookieadd command to add domain to cookie white list
Marco Peereboom
2010-12-29
1
-11
/
+91
*
Add runtime cookie white list toggle.
Marco Peereboom
2010-12-29
1
-36
/
+84
*
Add yank and paste from Stevan Andjelkovic <stevan@student.chalmers.se>
Marco Peereboom
2010-12-29
1
-0
/
+68
*
add :jsadd to write current tab domain to runtime config file.
Marco Peereboom
2010-12-29
1
-37
/
+155
*
sort settings and color them differently for runtime vs launchtime
Marco Peereboom
2010-12-29
1
-27
/
+30
*
consolidate getpeerid code with linux.
Marco Peereboom
2010-12-29
1
-25
/
+4
*
add runtime settings option, not in use yet.
Marco Peereboom
2010-12-29
1
-35
/
+329
*
shuffle some code around and simplify the settings table some
Marco Peereboom
2010-12-28
1
-64
/
+62
*
make settings table driven so that we can do some runtime settings.
Marco Peereboom
2010-12-28
1
-89
/
+150
*
now that we have the socket stuff add single_instance option
Marco Peereboom
2010-12-28
1
-10
/
+47
*
Allow multiple urls to be selected with -n
Marco Peereboom
2010-12-28
1
-5
/
+15
*
Add local socket option to open new tabs from the command line.
Marco Peereboom
2010-12-28
1
-4
/
+149
*
add append_next to enable tab insertions instead of appending as requested
Marco Peereboom
2010-12-28
1
-6
/
+49
*
add a toggle js button on the toolbar
Marco Peereboom
2010-12-27
1
-12
/
+40
*
add gloabl enable cooki setting back in
Marco Peereboom
2010-12-27
1
-0
/
+4
*
fix search not cleaning up itself as found by jy-p
Marco Peereboom
2010-12-27
1
-1
/
+7
*
kill use of gtktoolitem since we wont ever use it for the intended purpose
Marco Peereboom
2010-12-27
1
-38
/
+11
*
found the edd cookie redraw bug. sloppy sloppy sloppy and not tested. bad edd.
Marco Peereboom
2010-12-27
1
-2
/
+1
*
implement remove cookie. Fix another edd bug where HL was same as CL.
Marco Peereboom
2010-12-27
1
-23
/
+42
*
now that we have an interceptor function this suddenly is a bug
Marco Peereboom
2010-12-27
1
-1
/
+1
*
fix some more edd nonsense
Marco Peereboom
2010-12-26
1
-2
/
+2
[next]