about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Make most of the rest of the settings dynamic.Josh Rickmar2012-05-113-60/+613
|
* tld_get_suffix will return NULL on bad input. Don't pass this toJosh Rickmar2012-05-101-1/+2
| | | | strcmp() unless we check for NULL first.
* Make show_url a runtime settingJosh Rickmar2012-05-073-4/+22
|
* Make show_tabs a runtime setting and replace atoi() calls withJosh Rickmar2012-05-073-23/+70
| | | | strtonum() when called on user input.
* Revert "Reorganize global default settings so the comments make sense. No"Josh Rickmar2012-05-071-62/+59
| | | | | | | | This reverts commit 8cf3ed194beb51595cc575c2fd7f8067d35c5dc7. Conflicts: settings.c
* enable_autoscroll is an action, not a setting. The old code wasJosh Rickmar2012-05-071-9/+0
| | | | correct.
* Why are these spaces? Fix with tabsJosh Rickmar2012-05-071-9/+9
|
* Make home a runtime setting.Josh Rickmar2012-05-041-4/+16
|
* Make append_next a runtime setting.Josh Rickmar2012-05-041-3/+12
|
* Make using :set enable_autoscroll = 1 actually work at runtime byJosh Rickmar2012-05-041-2/+11
| | | | | | iterating over each tab and running the autoscroll js. Dynamically Setting it to 0 doesn't work here because the js is still running. Need to find some way to kill it.
* Make marco happy. NULLs now completely fill the struct initializationJosh Rickmar2012-05-041-60/+60
| | | | so as to leave no doubt that values are being uninitialized.
* Reorganize global default settings so the comments make sense. NoJosh Rickmar2012-05-041-59/+62
| | | | functional changes.
* time_t -> long long -> fs271Marco Peereboom2012-04-301-6/+6
|
* add ctrl-enter for the windows headsMarco Peereboom2012-04-302-1/+23
|
* add stop keybinding, from lonerman <supergeekoid@gmail.com>Marco Peereboom2012-04-161-0/+1
|
* Fix for FS#270 - Bugs with stripping refererElias Norberg2012-04-094-3/+31
| | | | | | | | | | The referer is now checked more strictly against the host. If setting 'referer' is set to 'same-domain', it now checks it against the public-suffix, so referers can be sent between subdomains. If 'referer' is set to 'same-fqdn' (NEW) the FQDN's must match strictly.
* make the 1024 limit 1024, not 1025, from mcbrideMarco Peereboom2012-04-071-1/+1
|
* add duckduckgo to search_stringsTodd T. Fries2012-04-051-0/+3
| | | | from Kyle Isom coder at kyleisom dot net
* permit over-riding of style via standard gtkrc and such likeTodd T. Fries2012-04-042-23/+55
| | | | | | any other well behaved gtk app instead of hardcoding widget color properties ok marco, xxyzy
* make this compile on windows againMarco Peereboom2012-04-031-2/+1
|
* Fix bug were opening the inspector overwrote pointers in tablistElias Norberg2012-03-261-1/+1
|
* tidy about:webkit output by roughly using C declarationsTodd T. Fries2012-03-241-9/+12
| | | | | tidy nesting in about:allthethings, easier on the eyes ok marco@
* pkg-config updates for the linux/Makefile.Thordur Bjornsson2012-03-181-2/+2
| | | | | | Add glib-2.0 to LIBS. Add javascriptcoregtk to LIBS (pointed out by marco). Move libbsd to LIBS.
* fix missing commitsMarco Peereboom2012-03-073-12/+21
|
* * simplify marks code, no more magic loopsMichal Mazurek2012-03-042-27/+31
| | | | * separate quickmarks from marks
* TLD-list updated upstreamElias Norberg2012-03-021-20/+47
|
* Prepare for release 1.11.3.Marco Peereboom2012-03-011-1/+1
|
* Linux doesn't play nice with fputs return values, found the hard way by Ryan ↵Marco Peereboom2012-03-011-2/+2
| | | | Mullen <rmmullen@gmail.com>, based on his patch
* Prepare for release 1.11.2.Marco Peereboom2012-03-011-1/+1
|
* add language that we are not suggesting search enginesMarco Peereboom2012-03-011-1/+6
|
* Prepare for release 1.11.1.Marco Peereboom2012-03-011-1/+1
|
* make sure we eat \n during sod fgetsMarco Peereboom2012-03-011-1/+6
|
* Prepare for release 1.11.0.Marco Peereboom2012-03-011-1/+1
|
* add a welcome screen for start of day and upgrades and use it to announce ↵Marco Peereboom2012-03-012-0/+38
| | | | the name change to xombrero
* remove \oMarco Peereboom2012-03-011-1/+1
|
* twiddle the title properly four about:allthethingsTodd T. Fries2012-02-291-1/+1
|
* implement about:allthesettings and about:webkitTodd T. Fries2012-02-292-0/+184
| | | | from todd
* add a userstyle_global sample in xxxterm.confTodd T. Fries2012-02-281-0/+1
|
* permit userstyle_global in xxxterm.confTodd T. Fries2012-02-281-0/+1
|
* document userstyle and userstyle_global, noticed by jy-pMarco Peereboom2012-02-281-0/+4
|
* knfMarco Peereboom2012-02-281-4/+4
|
* document the strategy used in the config file, prompted by jy-pMarco Peereboom2012-02-281-0/+10
|
* forgot some {} when doing path surgeryMarco Peereboom2012-02-281-1/+2
|
* Fix warning message about missing tld-rules file.Lawrence Teo2012-02-281-1/+1
| | | | ok marco
* fix a couple of mem leaks, bad stevan! fix provided by ber_t on forumMarco Peereboom2012-02-272-18/+31
|
* make xxxterm compile on osxMarco Peereboom2012-02-231-1/+4
|
* webkit 1.2.x doesnt have api versionMarco Peereboom2012-02-231-2/+6
|
* add build string to linux buildMarco Peereboom2012-02-221-0/+5
|
* print more version information in :aboutMarco Peereboom2012-02-221-2/+8
|
* move commentMarco Peereboom2012-02-211-2/+1
|