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
*
rewrite mutex implementation to fix some subtle bugs, also add some more lock...
Marco Peereboom
2012-05-16
1
-41
/
+49
*
Revert "Do a show_oops when a download is finished"
Josh Rickmar
2012-05-16
1
-2
/
+0
*
Do a show_oops when a download is finished
Josh Rickmar
2012-05-16
1
-0
/
+2
*
add some links as to where all this magic came from
Marco Peereboom
2012-05-15
1
-0
/
+4
*
add gdk_flush per doco and call XInitThreads per some posting on the net
Marco Peereboom
2012-05-15
1
-0
/
+4
*
Merge branch 'master' of ssh://opensource.conformal.com/git/xxxterm
Marco Peereboom
2012-05-15
1
-2
/
+2
|
\
|
*
Fix the behavior of search_string so it matches the manpage. An empty
Josh Rickmar
2012-05-15
1
-2
/
+2
*
|
add a missing got done; found by dhill and was sitting in my tree
Marco Peereboom
2012-05-15
1
-1
/
+1
|
/
*
Rename js_autorun_enabled to enable_js_autorun and document the usage in the ...
Josh Rickmar
2012-05-11
1
-1
/
+1
*
Make most of the rest of the settings dynamic.
Josh Rickmar
2012-05-11
1
-14
/
+28
*
tld_get_suffix will return NULL on bad input. Don't pass this to
Josh Rickmar
2012-05-10
1
-1
/
+2
*
Make show_url a runtime setting
Josh Rickmar
2012-05-07
1
-3
/
+0
*
Make show_tabs a runtime setting and replace atoi() calls with
Josh Rickmar
2012-05-07
1
-15
/
+0
*
time_t -> long long -> fs271
Marco Peereboom
2012-04-30
1
-6
/
+6
*
add ctrl-enter for the windows heads
Marco Peereboom
2012-04-30
1
-1
/
+22
*
Fix for FS#270 - Bugs with stripping referer
Elias Norberg
2012-04-09
1
-2
/
+23
*
make the 1024 limit 1024, not 1025, from mcbride
Marco Peereboom
2012-04-07
1
-1
/
+1
*
permit over-riding of style via standard gtkrc and such like
Todd T. Fries
2012-04-04
1
-23
/
+54
*
fix missing commits
Marco Peereboom
2012-03-07
1
-9
/
+17
*
* simplify marks code, no more magic loops
Michal Mazurek
2012-03-04
1
-26
/
+27
*
Linux doesn't play nice with fputs return values, found the hard way by Ryan ...
Marco Peereboom
2012-03-01
1
-2
/
+2
*
add language that we are not suggesting search engines
Marco Peereboom
2012-03-01
1
-1
/
+6
*
make sure we eat \n during sod fgets
Marco Peereboom
2012-03-01
1
-1
/
+6
*
add a welcome screen for start of day and upgrades and use it to announce the...
Marco Peereboom
2012-03-01
1
-0
/
+37
*
knf
Marco Peereboom
2012-02-28
1
-4
/
+4
*
forgot some {} when doing path surgery
Marco Peereboom
2012-02-28
1
-1
/
+2
*
fix a couple of mem leaks, bad stevan! fix provided by ber_t on forum
Marco Peereboom
2012-02-27
1
-5
/
+10
*
oops, use right list when going backwards should fix fs #247
Marco Peereboom
2012-02-19
1
-2
/
+2
*
make the 'gu' buffer command always strip the last '/' to fix paths
Michal Mazurek
2012-02-17
1
-0
/
+8
*
on linux unsigned long long isnt unsigned long long
Marco Peereboom
2012-02-17
1
-1
/
+1
*
FS#246 cycling tabs with gt
Raphael Graf
2012-02-16
1
-50
/
+4
*
make compile on windows
Marco Peereboom
2012-02-15
1
-2
/
+2
*
add loudness flag on remote execution
Marco Peereboom
2012-02-14
1
-3
/
+3
*
Add initial support for Strict-Transport-Security
Elias Norberg
2012-02-11
1
-4
/
+290
*
skip file:// when launching an external app with a downloaded file
Marco Peereboom
2012-02-08
1
-0
/
+2
*
up file descriptors warning
Marco Peereboom
2012-02-06
1
-3
/
+4
*
abstract fork and exec
Marco Peereboom
2012-01-31
1
-58
/
+6
*
Fix problem with hinting introduced by e1e31b4e
Elias Norberg
2012-01-30
1
-1
/
+1
*
make gnutls play nice with file descriptors, fixes windows gnutls errors
Marco Peereboom
2012-01-28
1
-0
/
+19
*
remove unused variable
Marco Peereboom
2012-01-28
1
-2
/
+2
*
fix dowloads + unlink in download manager on windows
Marco Peereboom
2012-01-27
1
-1
/
+10
*
make debug work and lose ARGV_TYPE now that we use mingw64
Marco Peereboom
2012-01-27
1
-10
/
+3
*
Add a "remove all" button on the cookiejar page.
vext01
2012-01-25
1
-1
/
+26
*
windows and unix have different argv definitions
Marco Peereboom
2012-01-25
1
-2
/
+9
*
I put PS in the wrong file, so move it so that stuff compiles again
Marco Peereboom
2012-01-25
1
-5
/
+2
*
shut windows up
Marco Peereboom
2012-01-25
1
-0
/
+2
*
many more path separators
Marco Peereboom
2012-01-24
1
-18
/
+18
*
add a path delimiter so that we can make this work on windows
Marco Peereboom
2012-01-24
1
-15
/
+19
*
windows can edn up with dp == NULL
Marco Peereboom
2012-01-24
1
-1
/
+1
*
mkdir only takes one arg on windows
Marco Peereboom
2012-01-24
1
-0
/
+4
[next]