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
/
settings.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Alphabetize try #2
Josh Rickmar
2012-07-03
1
-22
/
+20
*
Alphabetize settings so :set has a sensible order.
Josh Rickmar
2012-07-02
1
-13
/
+11
*
Add two new settings, allow_insecure_content and
Josh Rickmar
2012-07-02
1
-0
/
+64
*
Iterate through each tab when enabling/disabling fancy_bar.
Josh Rickmar
2012-06-28
1
-14
/
+14
*
Replace manual file:// insertions and removals with the
Josh Rickmar
2012-06-28
1
-6
/
+8
*
Change user_agent to rotate on a connection per tab (instead of
Josh Rickmar
2012-06-19
1
-9
/
+48
*
add statusbar_style
Michal Mazurek
2012-06-16
1
-0
/
+61
*
Add an 'p' option to statusbar_elems to show if the http_proxy is
Josh Rickmar
2012-06-15
1
-1
/
+11
*
Make the fancy_bar setting dynamic by showing or hiding the gtk
Josh Rickmar
2012-06-15
1
-1
/
+34
*
Add a userstyle setting to change the default stylesheet that is used
Josh Rickmar
2012-06-15
1
-2
/
+45
*
Implement a warn_cert_changes setting to warn users when the remote
Josh Rickmar
2012-06-07
1
-0
/
+16
*
Some tweaks to xombrero's proxy support.
vext01
2012-06-07
1
-0
/
+2
*
Set default char * setting pointers to NULL and g_strdup the default
Josh Rickmar
2012-06-07
1
-20
/
+35
*
This fixes a bunch of things that probably should have gone in my last
Josh Rickmar
2012-06-06
1
-5
/
+8
*
Fix keybound prompts
Josh Rickmar
2012-06-01
1
-4
/
+4
*
Make all runtime settings unsettable by using the ':set setting ='
Josh Rickmar
2012-06-01
1
-219
/
+383
*
Add a cmd_alias feature to set an alias for a :command, and document
Josh Rickmar
2012-06-01
1
-0
/
+66
*
Add a custom_uri setting to check if a URI should be handled by an
Josh Rickmar
2012-06-01
1
-1
/
+67
*
Modify some example code from thib for better tilde expansion and use
Josh Rickmar
2012-06-01
1
-23
/
+4
*
Fix the behavior of show_url and fancy_bar so they actually act like
Josh Rickmar
2012-06-01
1
-4
/
+4
*
Parse keybound commands for if they begin with a ':'. If they do,
Josh Rickmar
2012-06-01
1
-4
/
+4
*
Add my copyright to the files I've added code to
Josh Rickmar
2012-05-30
1
-0
/
+1
*
Prevent a double free
Josh Rickmar
2012-05-21
1
-1
/
+3
*
rename xxxterm to xomrero
Marco Peereboom
2012-05-17
1
-2
/
+2
*
Add a setting to read additional config files from any other config
Josh Rickmar
2012-05-16
1
-3
/
+16
*
Add a setting to show download notifications via show_oops (default 0)
Josh Rickmar
2012-05-16
1
-0
/
+16
*
Remove encoding as a runtime setting for now
Josh Rickmar
2012-05-15
1
-2
/
+10
*
Make enable_js_autorun a runtime setting. Missed this one before as
Josh Rickmar
2012-05-15
1
-1
/
+15
*
Rename js_autorun_enabled to enable_js_autorun and document the usage in the ...
Josh Rickmar
2012-05-11
1
-2
/
+2
*
Make most of the rest of the settings dynamic.
Josh Rickmar
2012-05-11
1
-46
/
+577
*
Make show_url a runtime setting
Josh Rickmar
2012-05-07
1
-1
/
+17
*
Make show_tabs a runtime setting and replace atoi() calls with
Josh Rickmar
2012-05-07
1
-8
/
+53
*
Revert "Reorganize global default settings so the comments make sense. No"
Josh Rickmar
2012-05-07
1
-62
/
+59
*
enable_autoscroll is an action, not a setting. The old code was
Josh Rickmar
2012-05-07
1
-9
/
+0
*
Why are these spaces? Fix with tabs
Josh Rickmar
2012-05-07
1
-9
/
+9
*
Make home a runtime setting.
Josh Rickmar
2012-05-04
1
-4
/
+16
*
Make append_next a runtime setting.
Josh Rickmar
2012-05-04
1
-3
/
+12
*
Make using :set enable_autoscroll = 1 actually work at runtime by
Josh Rickmar
2012-05-04
1
-2
/
+11
*
Make marco happy. NULLs now completely fill the struct initialization
Josh Rickmar
2012-05-04
1
-60
/
+60
*
Reorganize global default settings so the comments make sense. No
Josh Rickmar
2012-05-04
1
-59
/
+62
*
add ctrl-enter for the windows heads
Marco Peereboom
2012-04-30
1
-0
/
+1
*
Fix for FS#270 - Bugs with stripping referer
Elias Norberg
2012-04-09
1
-0
/
+4
*
permit userstyle_global in xxxterm.conf
Todd T. Fries
2012-02-28
1
-0
/
+1
*
Add initial support for Strict-Transport-Security
Elias Norberg
2012-02-11
1
-0
/
+2
*
also fixup PS over here
Marco Peereboom
2012-01-24
1
-4
/
+4
*
remove need for clens here by playing tricks with include paths, help from davec
Marco Peereboom
2012-01-23
1
-1
/
+1
*
add sane defaults for refered based on browser_mode
Marco Peereboom
2012-01-16
1
-0
/
+3
*
Fix for FS#86 - Ability to control wheter 'Referer' will be sent or not
Elias Norberg
2012-01-16
1
-0
/
+57
*
First attempt at FS#74 - add option to wait for confirmation of download
Elias Norberg
2012-01-16
1
-0
/
+49
*
add passthrough mode from: Maroun NAJM <bartender@c0decafe.net>
Marco Peereboom
2012-01-12
1
-0
/
+1
[next]