surf

Surf web browser.
git clone git://r-36.net/surf
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2017-05-06 05:53Fix xprop parsing to support UTF8_STRING atoms.Christoph Lohmann1+2-2
2017-05-05 19:44Allow user-agent switching.Christoph Lohmann4+43-4
2017-04-22 07:47Fix typo.Christoph Lohmann1+1-1
2017-04-21 19:37Allow to configure the behaviour for inline media.Christoph Lohmann2+8-0
2017-04-21 19:34Enabel WebGL.Christoph Lohmann2+3-0
2017-04-21 19:33Allow to configure web audio extension to JS.Christoph Lohmann2+4-0
2017-04-21 19:31Allow to configure spell checking.Christoph Lohmann2+3-0
2017-04-21 19:29Allow true disabling of unsafe non-HTTPS content.Christoph Lohmann2+26-3
2017-04-21 19:20Allow the page cache and private browsing to be configured.Christoph Lohmann3+36-4
2017-04-21 19:08More configuration for the user.Christoph Lohmann2+12-2
2017-04-21 19:04Allow to toggle the Mediastream API.Christoph Lohmann2+5-1
2017-04-21 19:03Allow applet to be toggled.Christoph Lohmann2+4-1
2017-04-21 19:01Allow HTML5 features to be toggled.Christoph Lohmann2+6-0
2017-04-21 18:57Forgot that change.Christoph Lohmann1+0-2
2017-04-21 18:56Allow to toggle insecure websites.Christoph Lohmann3+35-8
2017-04-21 18:46Allow accelerated composition.Christoph Lohmann2+4-0
2017-04-21 18:43Allow the monospace font size to be set.Christoph Lohmann2+6-3
2017-04-21 18:41The default encoding should be utf-8.Christoph Lohmann2+5-2
2017-04-20 21:11Tell servers to upgrade to HTTPS.Christoph Lohmann1+2-0
2017-04-20 20:52Don't segfault when SETPROP() after setatom().Christoph Lohmann1+1-0
2017-04-20 20:43Reshuffle config.def.h.Christoph Lohmann1+36-8
2017-04-20 19:47Adapting the new flags to newclient().Christoph Lohmann1+80-14
2017-04-19 20:32UTF-8 for dmenu actions.Christoph Lohmann2+2-2
2017-04-19 19:10Allow custom http headers to be specified.Christoph Lohmann2+35-7
2017-04-19 16:43Disable potential insecure features of webkit.Christoph Lohmann1+5-0
2017-04-19 16:39Reformat the shortcut array to use tabs at the beginning.Christoph Lohmann1+53-52
2017-04-19 16:38Allow the specification of the html5 db path.Christoph Lohmann2+71-70
2017-04-19 16:34Adding prompts to SETPROP.Christoph Lohmann1+10-6
2017-04-19 16:22Add support to toggle strict TLS/SSL on the fly.Christoph Lohmann3+46-11
2017-02-05 08:09Fixing memory management in the new proxy code.Christoph Lohmann1+6-1
2017-02-05 07:57Add a way to toggle proxy usage while running.Christoph Lohmann3+42-1
2016-08-11 08:41Style change. (Test commit for new update script in hackers@)Christoph Lohmann1+3-2
2016-06-03 13:14Fixing the last patch to the surf style.Christoph Lohmann1+18-15
2016-05-29 09:56Check $HOME and home dir of $USER before getpwuid()->pw_dirDmitry Bogatov1+36-7
2016-03-07 13:28Disable globbing in curl.Christoph Lohmann1+1-1
2016-02-22 05:47Import the arg.h from st which fixed the oob bug.Christoph Lohmann1+27-20
2016-01-27 15:01Add Code of Conduct.Christoph Lohmann1+85-0
2016-01-27 05:44Check for about: too.Christoph Lohmann1+1-1
2016-01-18 15:08style fixes (mainly whitespace)Markus Teich1+34-38
2016-01-09 19:18Reload on SIGHUPCharles Lehner1+13-0
2016-01-01 13:18Bump year.Christoph Lohmann1+1-1
2015-12-31 14:08Include fcntl.h for open()Felix Janda1+1-0
2015-12-19 14:59Bumping up to 0.7 for release.Christoph Lohmann1+1-1
2015-12-17 22:38Remove unncessary includes.Christoph Lohmann1+1-3
2015-12-17 13:35proxy-uri -> proxy-resolver for no_proxy; add #incIvan Tham2+19-5
2015-12-02 13:16Fix title handlingIvan Tham1+1-0
2015-12-08 11:12Fix spelling of otherwise in surf.1Michael Stevens1+1-1
2015-11-22 01:42remove duplicate header inclusion of string.hAlexander Huemer1+0-1
2015-11-18 06:47Fix cookies wordingIvan Tham1+1-1
2015-11-04 14:42buildfile: don't forget to free temporary string bpathQuentin Rameau1+1-0
2015-11-03 15:50Be more specific about what enablestyles parameter does.Quentin Rameau3+10-10
2015-11-03 14:42Fix inspector handling when inspector is disabled.Quentin Rameau1+6-4
2015-11-03 14:39Fix usage(), -m and -M for styles were absent.Quentin Rameau1+1-1
2015-11-03 13:25Fix fullscreen handlingQuentin Rameau2+5-7
2015-10-31 11:34Add setstyle()Quentin Rameau1+14-14
2015-10-31 11:34Fix style files handling: stop leaking strings.Quentin Rameau1+22-14
2015-10-31 16:49Style changes in config.def.h.Christoph Lohmann1+65-65
2015-10-20 13:04Continue style fixing: function declarations, code alignementQuentin Rameau1+444-373
2015-10-18 20:52style fixes: space after keywords, () with sizeofMarkus Teich1+103-103
2015-10-18 20:52whitespace fixesMarkus Teich1+13-13
2015-10-18 14:10fix style path generationMarkus Teich1+1-1
2015-10-13 19:48Style cleanup.Christoph Lohmann1+1-2
2015-10-13 19:39Fix the way system files are handled at surf startup.Quentin Rameau1+56-27
2015-10-13 11:32Fix atom value parsing in SETPROPQuentin Rameau1+3-1
2015-09-08 18:28Remove the pax intermediary.Christoph Lohmann1+0-1
2015-08-19 04:28Fixing the paxctl check.Christoph Lohmann1+1-1
2015-08-18 16:21Add PaX support.Christoph Lohmann1+1-0
2015-08-18 10:46Torified surf is unstableGhostAV1+6-2
2015-07-13 11:31Fix type of strictssl property.Quentin Rameau1+1-1
2015-02-10 18:06Removing the debug print from the last commit.Christoph Lohmann1+0-1
2015-01-28 20:01allow buttonrelease customization in config.hMarkus Teich2+48-8
2015-01-27 18:26surf: see hover URL without changing titleGreg Reagle1+10-0
2015-02-03 16:17Some cleanup in style.Christoph Lohmann1+2-2
2015-01-26 20:47Describe the web page indicators too.Christoph Lohmann1+1-0
2015-01-26 20:44It wasn't really clear what was meant with site indicators in the manpage.Christoph Lohmann1+1-0
2015-01-26 19:31surf: documented indicators in man pageGreg Reagle1+50-0
2015-01-20 15:13fix stylesheet interna.Markus Teich1+12-19
2015-01-20 16:38Only plumb some URI, when it's ASCII.Christoph Lohmann1+10-1
2015-01-20 00:59Oh my blob!Christoph Lohmann1+1-0
2015-01-19 21:51Data: is part of the browser too.Christoph Lohmann1+1-0
2015-01-19 21:43file:// should be handled in surf too.Christoph Lohmann1+1-0
2015-01-19 21:31Remove the debugging from the testing.Christoph Lohmann1+0-1
2015-01-19 21:16Add some description for the plumb feature.Christoph Lohmann1+3-0
2015-01-19 21:15Add plumbing functionality.Christoph Lohmann2+28-2
2015-01-18 13:41Add a comment about how the styles are iterated.Christoph Lohmann1+4-0
2015-01-18 10:44My CMD was too short. :OChristoph Lohmann1+1-1
2015-01-17 19:52Add the manpage changes for the disk cache support.Christoph Lohmann1+7-1
2015-01-17 19:50Adding disk cache support for soup.Christoph Lohmann2+40-9
2015-01-07 23:41Fix extra newline, and add -g where other switches are forwarded.Ben Woolley1+3-1
2015-01-17 06:21Newer libc want _DEFAULT_SOURCE.Christoph Lohmann1+1-1
2015-01-17 06:19Major styles update.Christoph Lohmann3+84-11
2015-01-02 11:52Fix a typo in surf manual.Jakukyo Friel1+1-1
2014-09-28 06:03Minor style change.Christoph Lohmann1+1-1
2014-09-28 06:02Make »Copy image address« work.Christoph Lohmann1+10-3
2014-08-07 15:35Mention xdotool in SEE ALSO too.Christoph Lohmann1+2-1
2014-08-07 15:34Fix the manpage about xid.Christoph Lohmann1+3-1
2014-08-04 15:54Add a FAQ to surf.Christoph Lohmann1+10-0
2014-05-17 17:24Add information about the dmenu requirement.Christoph Lohmann2+5-3
2014-02-25 15:36fix some indentation in config.def.hMarkus Teich1+8-8
2014-02-16 16:17Enable resizable text areas.Christoph Lohmann1+2-0
2014-02-07 01:17deprecating signal “populate-popup” for “context-menu”Quentin Rameau1+14-11
2014-02-08 11:39Prevent title from being empty when following an anchorQuentin Rameau1+4-2
2014-02-06 17:54deprecating signal “title-changed” for “notify::title”Quentin Rameau1+4-4
2014-02-06 15:49The check for NULL is not necessary before free.Christoph Lohmann1+1-2
2014-02-06 05:47Removing a memory leak when u wasn't freed.Christoph Lohmann1+3-2
2014-02-05 20:14Making the empty title possible.Christoph Lohmann1+15-9
2014-02-05 16:03Draw flags on window creationQuentin Rameau1+3-1
2014-02-05 15:58Keep cookie policies for new windowsQuentin Rameau1+3-1
2014-01-30 19:57Change the accept no third party in the doc to the right meaning.Christoph Lohmann2+2-2
2014-01-30 19:47Add the commandline flag for the cookie policies too.Christoph Lohmann1+3-0
2014-01-30 19:36Add a way to define the cookie policy.Christoph Lohmann3+124-37
2014-01-30 18:39Replacing the deprecated ssl-ca-file with tls-database.Christoph Lohmann1+9-1
2014-01-30 18:35Fix the ssl trusted check.Christoph Lohmann1+2-2
2014-01-13 16:58Make surf set the URI atom right on manual URI entering.Christoph Lohmann1+2-0
2013-10-19 16:55Add zoom level support.Christoph Lohmann3+16-2
2013-09-10 12:45c->uri is unusedDavid Dufberg1+2-2
2013-09-07 09:55Make it possible to open a link in a new window with holding the mod key.Christoph Lohmann1+2-1
2013-08-31 18:00Add a flag to disable fullscreen.Christoph Lohmann2+9-2
2013-08-25 17:50Add fullscreen mode as flag and config option.Christoph Lohmann3+13-1
2013-08-08 23:36Just some comment correction.Christoph Lohmann1+4-2
2013-07-20 06:52applied Nick's 96dpi patch, thanksAnselm R Garbe2+16-0
2013-07-12 04:52Setting the cookie file on new instances.Christoph Lohmann1+3-1
2013-06-21 05:02Updating the TODO file.Christoph Lohmann1+0-1
2013-05-21 19:30Adding a common way to enable and disable features.Christoph Lohmann2+44-1
2013-05-14 18:57There's only one escape.Christoph Lohmann1+0-3
2013-05-11 20:01Correcting the backslash in the surf manpage.Christoph Lohmann1+1-1
2013-04-28 19:26Allowing geo location policy decisions.Christoph Lohmann3+43-8
2013-03-15 16:32Disabling WebKit deletion interface feature by default.Alexander Sedov1+11-0
2013-04-14 12:26Add an option to disable the indicators.Christoph Lohmann2+26-19
2013-03-30 10:32Ensure curl follows redirects for downloadsNick White1+1-1
2013-03-29 20:31A typo in SETPROP macro: should be ``printf %b'', not ``printf''.Alexander Sedov1+1-1
2013-03-21 16:49Fixed SETPROP() macro behaviour in config.def.h to handle escapes correctly.Alexander Sedov1+1-1
2013-03-15 17:37There are people not reading the existing code.Christoph Lohmann1+8-6
2013-03-15 15:12Fixed keys handling for multilayout environments.Alexander Sedov1+23-7
2013-03-15 13:13Removing the .hgtags file.Christoph Lohmann1+0-10
2013-03-14 18:14Support relative paths for surf.Christoph Lohmann1+5-3
2013-03-14 05:35Adding a default font size option.Christoph Lohmann2+4-0
2013-03-14 03:13Fix output redirection in surf-open.shAlexander Sedov1+2-2
2013-03-11 21:08Fixing kiosk mode when a new surf instance is run.Christoph Lohmann1+1-1
2013-03-11 20:26Adding kiosk mode.Christoph Lohmann3+19-6
2013-02-21 14:59disable/toggle scrollbarsCarlos J. Torres4+79-16
2013-02-16 23:37Style inquisition.Christoph Lohmann1+34-22
2013-02-16 15:18Add a toggle command for the stylefile.Christoph Lohmann3+40-8
2013-02-15 16:43The Item struct is not used.Christoph Lohmann1+0-6
2013-02-14 23:57Fixed a bug in pagestatJens Nyberg1+6-3
2013-02-13 03:28fix DOWNLOAD macro to use cookiefile variableCarlos J. Torres1+2-3
2013-02-12 20:26Changed character for non-encrypted pageJens Nyberg1+7-1
2013-02-12 19:36Removed progress indicatorJens Nyberg2+13-72
2013-02-11 07:36Remove the redundant ctrl-l and ctrl-h description from the man page.Shayan Pooya1+0-6
2013-02-10 18:40Making dist work again.Christoph Lohmann1+1-0
2013-02-10 18:33Bumping up to 0.6.Christoph Lohmann1+1-1
2013-02-09 03:33The javascriptcore is now in webkit.Christoph Lohmann1+1-2
2013-02-02 14:42Fixing cookie handling for https/http by using curl.Christoph Lohmann1+5-4
2013-02-02 08:40Removing the deprecated g_thread_init call.Christoph Lohmann1+0-2
2013-01-26 20:01Fixing the style and making the inspector work again.Christoph Lohmann1+37-13
2013-01-26 15:00Making more than one Modkey to work in keys.Christoph Lohmann2+6-1
2013-01-26 14:53Adding web inspector support to surf.Christoph Lohmann3+101-25
2012-12-06 12:32Style inquisition plus blocking of the */favicon.ico request. Thanks Peter A. Shevtsov!Christoph Lohmann1+173-97
2012-12-04 20:48Changing the default DOWNLOAD to use st.Christoph Lohmann1+1-1
2012-12-04 06:47Add a nice todo item for videos. Thanks morphles.Christoph Lohmann1+4-0
2012-12-04 06:26Adding a man section about how to handle plugins.Christoph Lohmann1+13-2
2012-12-03 20:27Adding the fullscreen mode to the manpage.Christoph Lohmann1+3-0
2012-12-03 20:19Implementing fullscreen mode. Thanks Krol, Willem van de!Christoph Lohmann3+13-2
2012-12-03 10:25Adding me to the LICENSE file.Christoph Lohmann1+2-0
2012-12-02 21:48Resolving some conflicts in the shortcuts.Christoph Lohmann2+9-2
2012-12-02 21:41Making zoom available when used in tabbed.Christoph Lohmann3+10-5
2012-11-25 21:31Surf now can handle absolute file paths. This allows better local HTML reading.Christoph Lohmann2+14-4
2012-11-20 15:14The control of the toggles is now Ctrl-Shift-$character. That's easier for new users.Christoph Lohmann1+5-5
2012-11-20 15:02Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify the variable naming a bit.Christoph Lohmann3+51-31
2012-11-20 10:53Add a referer argument to the DOWNLOAD macro. Some sites need this. Thanks Hiltjo Posthuma!Christoph Lohmann2+10-4
2012-11-16 21:31Useragent strings do not count anymore. This is adding some text so every website (especially Google) is fooled to believe us to be compatible. The right way seems to be to add Surf at the end and let the big guys handle their useragent header war.Christoph Lohmann1+3-1
2012-11-16 15:12Adding a surf-open.sh script for easier tabbed(1) integration.Christoph Lohmann3+49-2
2012-11-16 09:53Moving some preprocessor config options to the standard suckless style.Christoph Lohmann2+4-5
2012-11-16 09:42Adding back the Escape to stop loading the current page. Thanks Daniel Bainton for the notice!Christoph Lohmann4+6-2
2012-11-16 09:31Some minor style updates.Christoph Lohmann2+5-3
2012-11-16 09:13Removing the insert mode. It will only confuse users. The stop() function is kept like the eval() function because it could be used in config.hChristoph Lohmann3+5-48
2012-11-15 14:26Enable the insert mode. Thanks to stanio@cs.tu-berlin.de!Christoph Lohmann3+106-10
2012-11-15 13:53Applying the surf style to the last patch.Christoph Lohmann1+8-8
2012-11-15 13:52Importing the generic toggle patch of stanio@cs.tu-berlin.de. Thanks!Christoph Lohmann2+19-0
2012-11-08 21:05Fixing the bug of surf loading undefined data in arg.Christoph Lohmann1+6-4
2012-10-31 20:25Fixing the manpage about the useragent option.Christoph Lohmann1+1-1
2012-10-31 20:25Adding a useragent parameter to surf.Christoph Lohmann2+8-1
2012-10-31 20:16Changing the config.def.h to fit the new buildpath() behaviour.Christoph Lohmann1+3-3
2012-10-31 20:13Add options for scriptfile, cookiefile and stylefile. And changing the default behaviour of buildpath to be more like in open().Christoph Lohmann3+109-42
2012-10-31 19:46Add different progress colors when using proxy.Christoph Lohmann2+21-6
2012-10-28 13:16Hiding the loading indicator when it is not used. Based on a patch from http://xteddy.org/surf.html#toc5. Thanks!Christoph Lohmann2+6-4
2012-10-28 13:06Applying the patch to show the indicator only on loading. Based on a patch from http://xteddy.org/surf.html#toc5.Christoph Lohmann1+7-4
2012-10-28 13:03Mod + '/' for search.Christoph Lohmann1+1-0
2012-10-16 19:54Applying the cookie patch of Carlos Pita. Thank you!Christoph Lohmann1+63-59
2012-10-16 13:41Removing the double initialisation to webkit_get_default_session(). Thanks taruti!Christoph Lohmann1+0-1
2012-10-14 05:17Reverting the cleanmask change.Christoph Lohmann1+1-2
2012-10-13 10:06Changing the key masks to the values of GDK.Christoph Lohmann1+1-1
2012-10-13 05:28The right click menu to copy the link URI will now work. Thanks to Carlos Pita!Christoph Lohmann1+42-0
2012-10-13 05:16Adding middle-click behaviour to open a tab when embedded or a window when not. Thanks to Carlos Pita <carlosjosepita@gmail.com>!Christoph Lohmann1+24-5
2012-10-12 09:48Fixing the shift key mask and cleaning up the scrolling code.Christoph Lohmann1+26-18
2012-07-16 14:35Surf now parses hex window ids properly from tabbed.Christoph Lohmann1+1-1
2012-07-12 10:41Added tag 0.5 for changeset f0cea0f2bfc6Troels Henriksen1+1-0
2012-06-11 15:16Change horizontal scrolling to ^u and ^i, remove ^g scrolling.Troels Henriksen1+2-4
2012-06-11 14:45apply nick's patch removing unused variable and parameterspancake1+6-8
2012-06-11 14:01apply nick's patch removing the autoresize functionalitypancake1+0-15
2012-05-31 09:46Keybindings for scrolling left and right; code by stanio.Troels Henriksen2+36-12
2012-03-26 07:33Manpage patch from Evan Gates.Troels Henriksen1+7-0
2012-02-21 11:00Close standard output after printing XID, patch due Abby Cedar.Troels Henriksen1+3-0
2012-02-11 16:51making cookie file creation a bit more pedanticanselm@garbe.us1+4-1
2012-02-11 09:40applied fix from dev list and debian reviewersanselm@garbe.us3+5-4
2012-02-01 14:23Fixing the javascriptcoregtk-1.0 dependency.Christoph Lohmann1+2-1
2012-01-17 12:58Add a variable in config.def.h for configuring spatial browsing.Troels Henriksen2+2-1
2012-01-17 12:54Status message patch from Jeremy Jackins and skls.Troels Henriksen1+3-3
2011-11-20 15:06link Xlib in config.mkConnor Lane Smith1+6-4
2011-11-09 14:09Manual fixes from Nick White.Troels Henriksen1+4-3
2011-11-05 11:06Cleanup previous patch.Troels Henriksen2+3-3
2011-11-05 10:43Use the surf user agent when downloading with wget.Troels Henriksen2+5-4
2011-11-04 12:57The ICCCM states that window classes should be capitalised.Troels Henriksen1+1-1
2011-11-04 12:23Add SSL verification patch by Nick White.Troels Henriksen2+30-4
2011-11-03 13:09Add eval() function for executing Javascript. Handy for keybindings.Troels Henriksen1+21-5
2011-10-29 08:59added 20h's patch of 8 Sep 2011 to surf, thanksgarbeam@gmail.com1+1-2
2011-03-31 10:52rename NOBACKGROUND to HIDE_BACKGROUND and use TRUE/FALSE instead of 0/1pancake2+2-2
2010-09-09 09:15Adding nibbles patchEnno Boland (tox)1+14-16
2010-09-02 12:02fix for segfault when closing window while loading (via nibble)pancake1+16-13
2010-06-25 07:42using ctrl-f to find.Enno Boland (tox)1+1-1
2010-06-08 07:06Added tag 0.4.1 for changeset 71388899ac09Enno Boland (tox)1+1-0
2010-06-08 07:06next will be 0.4.1Enno Boland (tox)1+1-1
2010-06-03 20:50reverting sessiontimeEnno Boland (tox)1+1-1
2010-05-30 20:05Added tag 0.4 for changeset ac8e058003edEnno Boland (tox)1+1-0
2010-05-28 11:20Adding Nibbles patchEnno Boland (tox)2+8-14
2010-05-26 13:34typoEnno Boland (tox)1+2-2
2010-05-26 13:33Applying Nibbles download patch. Thanks!Enno Boland (tox)2+20-0
2010-05-25 08:38mergeEnno Boland (tox)0+0-0
2010-05-25 08:34changing user agent string as suggested by Marvin VekEnno Boland (tox)1+1-1
2010-05-24 19:35removing spatial navigation.Enno Boland (tox)1+0-1
2010-05-24 19:23implementing downloading.Enno Boland (tox)1+9-1
2010-05-24 19:23enabling spatial-navigationEnno Boland (tox)1+1-0
2010-05-18 12:20AtomHiLight is set correctly for links.Enno Boland (tox)1+21-1
2010-05-17 21:13mergeEnno Boland (tox)1+1-1
2010-05-17 09:45changing xpropsEnno Boland (tox)2+35-32
2010-05-17 09:01dl is not needed anymoreEnno Boland (tox)2+1-4
2010-05-17 08:58removing context-menu, downloading.Enno Boland (tox)2+8-122
2010-05-15 13:47changing sessiontime to 3600Enno Boland (tox)1+1-1
2010-05-11 12:57mergeEnno Boland (tox)2+2-2
2010-05-11 12:57fix download/history bugEnno Boland (tox)1+0-5
2010-05-09 20:51Fix NOBACKGROUND meaningpancake2+2-2
2010-05-09 20:46changing default value of NOBACKGROUNDEnno Boland (tox)1+1-1
2010-05-09 20:41mergeEnno Boland (tox)3+12-11
2010-05-09 17:37added js-fix by Troels Henriksen. Thanks :)Enno Boland (tox)1+17-9
2010-05-08 19:43Do not set cookie session time if set to 0 Add NOBACKGROUND config.def.h option - requires body {background-color} in style.css - fixes white background when loading pagespancake2+5-2
2010-05-06 11:58implementing naive file locking.Enno Boland (tox)1+7-0
2010-05-06 11:09fixing compilerwarning in newer webkit versionsEnno Boland (tox)1+1-2
2010-05-06 11:06fixing config.mkEnno Boland (tox)1+1-1
2010-05-02 08:59Adding small fix by Alex Puterbaugh. Thanks.Enno Boland (tox)2+6-7
2010-04-08 18:28remove empty linespancake1+1-3
2010-03-29 15:49whoops... linking OoEnno Boland (tox)1+3-3
2010-03-26 20:44typofix.Enno Boland (tox)2+5-5
2010-03-25 08:59reimplementing cookies. Now we need some file locking.Enno Boland (tox)1+14-2
2010-03-24 23:05updating manpage, reformating help output.Enno Boland (tox)2+19-9
2010-03-24 22:55fixing argument parsing.Enno Boland (tox)1+2-0
2010-03-24 22:18fixing downloadsEnno Boland (tox)1+6-8
2010-03-24 21:04gotheaders will now be called correctly.Enno Boland (tox)1+6-1
2010-03-24 20:05adding surf-logo.Enno Boland (tox)1+0-0
2010-03-24 19:56working on cookiesEnno Boland (tox)1+37-2
2010-03-24 18:16reformatingEnno Boland (tox)1+4-8
2010-03-24 18:11adding cmd-switches for turning of images/plugins/scriptsEnno Boland (tox)1+36-12
2010-03-24 17:17now we've got access to cookies before they're sended. Let's start building a cookiehandler.Enno Boland (tox)1+9-15
2010-03-10 20:38session gets set properly in setup()Enno Boland (tox)1+12-4
2010-03-08 09:06fixing progress, beginning new cookie implementationEnno Boland (tox)2+13-2
2010-03-08 08:30small typo.Enno Boland (tox)1+1-1
2010-03-08 08:24removed persistent cookies, replaced deprecated eventlistenersEnno Boland (tox)1+21-66
2010-01-29 08:44_SURF_URI gets initialised as soon as the window opens.Enno Boland (tox)1+15-5
2010-01-20 13:46fixing manpageEnno Boland (tox)1+4-4
2010-01-04 13:39dl has to be a directory, not a file.Enno Boland (tox)1+1-1
2009-12-15 16:16adding fixes from thomas_adam. Thanks :)Enno Boland (tox)2+26-1
2009-11-08 23:05Backed out changeset 260fda70689fEnno Boland (tox)1+6-6
2009-11-08 22:45changing locking algorythm for setprop.Enno Boland (tox)1+6-6
2009-11-08 22:45SETPROP() macro shows now the current value in dwm.Enno Boland (tox)1+2-2
2009-11-02 08:29next version will be 0.4Enno Boland (tox)1+1-1
2009-11-02 08:27adding environment variables for proxy and useragentEnno Boland (tox)1+11-2
2009-10-30 12:40Added tag 0.3 for changeset 46d516fd2167Enno Boland (tox)1+1-0
2009-10-30 12:38changing SETPROP()-macroEnno Boland (tox)1+2-1
2009-10-28 21:22quoting fix reported by Evan Gates.Enno Boland (tox)1+1-1
2009-10-28 19:43sorting functions alphabetical.Enno Boland (tox)1+103-103
2009-10-28 18:27some polishing.Enno Boland (tox)1+4-5
2009-10-28 16:33removed warning when closing a surf-window.Enno Boland (tox)1+1-1
2009-10-28 11:17displaying progress before pagetitle.Enno Boland (tox)1+1-1
2009-10-27 07:26adding automatic download for not supported files.Enno Boland (tox)1+8-6
2009-10-27 07:11fixing downloads based on Evan Gates' patch.Enno Boland (tox)2+37-10
2009-10-26 21:02Adding Evan Gates' patch.Enno Boland (tox)1+1-1
2009-10-26 21:01moving reloadcookie() callEnno Boland (tox)1+1-1
2009-10-26 15:54cleaning up config.mkEnno Boland (tox)1+2-4
2009-10-21 13:52Adding Lorenzo Bollas hints patch.Enno Boland (tox)1+2-0
2009-10-21 08:06using geturi() where possible.Enno Boland (tox)1+3-2
2009-10-21 08:06next version is 0.3Enno Boland (tox)1+1-1
2009-10-21 07:25fixing config.def.hEnno Boland (tox)1+0-1
2009-10-21 06:35replacing ignore_once with ignorexpropEnno Boland (tox)1+5-4
2009-10-20 21:54removing comments.Enno Boland (tox)1+0-3
2009-10-20 21:49forgot to add config.def.hEnno Boland (tox)1+27-26
2009-10-20 21:46replacing gtk-textentrys with dmenuEnno Boland (tox)1+58-126
2009-10-20 18:58small fixEnno Boland (tox)1+1-0
2009-10-20 18:52small cleanupsEnno Boland (tox)1+1-3
2009-10-20 18:49adding autozoom lock when site is already zoomed.Enno Boland (tox)1+8-2
2009-10-20 18:34adding autozoom for small windowsEnno Boland (tox)1+15-0
2009-10-20 17:51using another way to handle cookies.Enno Boland (tox)1+53-46
2009-10-20 16:57Backed out changeset 7a57a0a8dbc6Enno Boland (tox)1+41-46
2009-10-20 12:11reformatingEnno Boland (tox)1+1-1
2009-10-20 12:10Trying a different cookie handling system.Enno Boland (tox)1+46-41
2009-10-20 12:09changing some labels in submenu.Enno Boland (tox)1+4-2
2009-10-17 18:54whitespace fix.Enno Boland (tox)1+0-1
2009-10-17 18:33typo fixEnno Boland (tox)1+1-1
2009-10-17 13:17updating manpage.Enno Boland (tox)1+21-0
2009-10-17 11:19using events for changing cookiesEnno Boland (tox)1+14-14
2009-10-17 10:41Sessioncookies made persistant.Enno Boland (tox)2+19-3
2009-10-17 07:23Added tag 0.2 for changeset a5db79d487c8Enno Boland (tox)1+1-0
2009-10-17 06:57fixing double calling functions from contextmenu.Enno Boland (tox)1+4-3
2009-10-17 06:38implementing cookie persistance with multiple processes.Enno Boland (tox)1+19-1
2009-10-17 05:50removed builtin unfinished cookie handling.Enno Boland (tox)1+0-45
2009-10-16 14:34small typoEnno Boland (tox)1+1-1
2009-10-16 14:33using char instead of gchar.Enno Boland (tox)2+78-62
2009-10-16 13:35implementing user defined context menuEnno Boland (tox)2+96-54
2009-10-16 12:19renaming newproc to newwindow; make it usable within keys; begin implementing contextmenuEnno Boland (tox)2+23-7
2009-10-16 12:03changing char to gchar where possible; unifing WebKitWebView variable namingEnno Boland (tox)1+28-22
2009-10-16 08:55improving urlbar hiding.Enno Boland (tox)1+3-5
2009-10-15 14:31creating new process when opening new window if possible.Enno Boland (tox)1+90-13
2009-10-14 17:05better useragent string (for google-* and stuff)Enno Boland (tox)1+1-1
2009-10-14 14:28changing useragent.Enno Boland (tox)2+2-1
2009-10-14 13:19uncommenting source()Enno Boland (tox)1+2-2
2009-10-13 21:22removing loadfile. readding later in a simpler way.Enno Boland (tox)1+2-40
2009-10-13 20:02removing debug outputEnno Boland (tox)1+0-1
2009-10-13 20:01fixing stupidy bug.Enno Boland (tox)1+1-1
2009-10-13 19:58fixing memoryleak.Enno Boland (tox)1+3-2
2009-10-13 19:52making config-files configurable in config.hEnno Boland (tox)2+46-32
2009-10-13 18:10small whitespacefix.Enno Boland (tox)1+1-1
2009-10-07 13:00hooking onloadfunctions should be done by script.js.Enno Boland (tox)1+0-3
2009-09-21 17:28commenting.Enno Boland (tox)1+1-0
2009-09-21 01:27typoEnno Boland (tox)1+2-2
2009-09-17 11:03reformatingEnno Boland (tox)1+0-2
2009-09-16 23:09applied patch from arg. thanks :)Enno Boland (tox)2+56-66
2009-09-16 08:18next version is 0.2Enno Boland (tox)1+1-1
2009-09-16 08:12auto creation of script.jsEnno Boland (tox)1+3-0
2009-09-16 08:06adding user.js support.Enno Boland (tox)1+22-4
2009-09-13 14:15usercss works again.Enno Boland (tox)1+11-10
2009-09-11 07:39Added tag 0.1.2 for changeset bffb0c3c2341Enno Boland (tox)1+1-0
2009-09-11 07:39next will be 0.1.2Enno Boland (tox)1+1-1
2009-09-11 07:38Makefile fixingEnno Boland (tox)2+2-2
2009-09-11 06:18Adding README file.Enno Boland (tox)2+26-1
2009-09-11 06:12unfocus should return false; renaming cookie-file.Enno Boland (tox)1+2-2
2009-09-11 05:21surf embeds now itself into another window.Enno Boland (tox)1+9-8
2009-09-10 21:36Added tag 0.1.1 for changeset 3ef997607115Enno Boland (tox)1+1-0
2009-09-10 21:36bugfix releaseEnno Boland (tox)1+1-1
2009-09-10 21:32removing unneeded background color.Enno Boland (tox)1+0-1
2009-09-10 15:51rearranging some source.Enno Boland (tox)1+19-12
2009-09-10 15:41adding user stylesheets.Enno Boland (tox)1+21-10
2009-09-10 07:49Added tag 0.1 for changeset 9c8ebcf54061Enno Boland (tox)1+2-0
2009-09-10 07:49dist doesn't work. fixing Makefile.Enno Boland (tox)1+1-1
2009-09-10 07:48Added tag 0.1 for changeset d8628fc93353Enno Boland (tox)1+1-0
2009-09-10 07:44closing bars when unfocusing them.Enno Boland (tox)2+12-1
2009-09-10 07:25reformatingEnno Boland (tox)1+7-7
2009-09-10 06:57adding copystr().Enno Boland (tox)1+30-16
2009-09-09 21:15making all keys lowercase using shiftmask to determinate.Enno Boland (tox)2+6-5
2009-09-09 20:22typoEnno Boland (tox)1+1-1
2009-09-09 20:08fixed scrollingEnno Boland (tox)1+1-4
2009-09-09 19:58added scrolling.Enno Boland (tox)2+22-3
2009-09-09 19:57reordering functions.Enno Boland (tox)1+1-2
2009-09-09 13:37reordering functions.Enno Boland (tox)1+16-16
2009-09-09 12:02adding pancakes zoom fix.Enno Boland (tox)1+2-2
2009-09-09 12:00preparing sourcecode feature coming with webkit-1.1.14.Enno Boland (tox)2+12-0
2009-09-09 09:01applied patch from pancakeEnno Boland (tox)1+0-2
2009-09-09 09:00small fix to work more proberly with tabbed.Enno Boland (tox)1+1-0
2009-09-07 22:00adding fflush()Enno Boland (tox)1+3-1
2009-09-07 22:00rearranging config.def.hEnno Boland (tox)1+22-22
2009-09-07 13:43fixing numlock bug.Enno Boland (tox)1+3-1
2009-09-07 13:10using gint instead of int (insane API, but ok.)Enno Boland (tox)1+12-19
2009-09-07 13:06using simple strings for colors in config.hEnno Boland (tox)2+6-6
2009-09-07 12:28changing keybindingsEnno Boland (tox)1+15-16
2009-09-07 11:21changing minimal size.Enno Boland (tox)1+1-1
2009-09-07 09:47next version is 0.1Enno Boland (tox)1+1-1
2009-09-07 09:43moving config.h to config.def.h.Enno Boland (tox)3+35-31
2009-09-07 09:02moving color definitions to config.hEnno Boland (tox)2+5-4
2009-09-07 08:56indicator is red when http and green when httpsEnno Boland (tox)1+15-1
2009-09-07 08:31making indicator smaller.Enno Boland (tox)1+1-1
2009-09-07 08:30typoEnno Boland (tox)1+2-2
2009-09-07 08:30adding indicator bar.Enno Boland (tox)1+46-11
2009-09-07 07:51s/zoompage/zoom/Enno Boland (tox)2+6-5
2009-09-07 07:48typo fixEnno Boland (tox)1+1-1
2009-09-07 07:44changes to the event system, make config.h saner, working on cookiesEnno Boland (tox)2+63-96
2009-09-06 12:22typofixEnno Boland (tox)1+1-1
2009-09-06 12:13stupidy mergeEnno Boland (tox)0+0-0
2009-09-06 12:12reworked navigate.Enno Boland (tox)2+4-7
2009-09-06 12:09reworked navigate.Enno Boland (tox)2+4-7
2009-09-06 11:54reappling printing; changing some keys.Enno Boland (tox)2+10-3
2009-09-06 11:49mergeEnno Boland (tox)2+191-107
2009-09-06 11:41adding config.hEnno Boland (tox)1+46-0
2009-09-06 11:40adding config.h patch from quaker4lyf. Thanks :)Enno Boland (tox)1+145-105
2009-09-06 11:27Dropping -f/-u arguments as suggested by Kai HendryEnno Boland (tox)2+11-19
2009-09-06 11:15minimal cookie implementation. still using also old one.Enno Boland (tox)1+45-2
2009-09-06 08:56changing back/forward buttonsEnno Boland (tox)2+4-4
2009-09-06 08:18reorganized eventhandling.Enno Boland (tox)1+6-10
2009-09-06 08:10Applied print patch from pancakeEnno Boland (tox)1+6-1
2009-09-04 11:23applied Andrews patches.Enno Boland (tox)1+4-4
2009-08-27 08:13Minor changes to surf.1Andrew Antle1+13-12
2009-09-04 11:20merge, download fixing.Enno Boland (tox)1+4-8
2009-07-13 07:35Applied Jacobs patch. Thanks!Enno Boland (tox)1+1-1
2009-06-12 12:41fix downloading, tidyupThomas Menari1+2-7
2009-06-10 11:33updating manpageEnno Boland (Gottox)1+6-0
2009-06-09 20:40adding -Werror to config.mkEnno Boland (Gottox)1+1-1
2009-06-09 20:08added apos p/y-patch, thanks :)Enno Boland (Gottox)1+14-0
2009-06-09 08:29getting rid or most gpointers, sorting functions alphabetical, using gchar * where ever possible.Enno Boland (Gottox)1+55-65
2009-06-08 21:28small fix.Enno Boland (Gottox)1+1-1
2009-06-08 20:55fixing _SURF_URL XProperty.Enno Boland (Gottox)1+11-7
2009-06-08 19:36allow all modifiers.Enno Boland (Gottox)1+1-1
2009-06-08 18:50Fixing keybindings when numlock is enabled.Enno Boland (Gottox)1+1-1
2009-06-08 15:25Get rid of these gotos.Enno Boland (Gottox)1+12-12
2009-06-08 15:01adding zoom support.Enno Boland (Gottox)1+12-1
2009-06-08 14:49some cleanups.Enno Boland (Gottox)1+2-2
2009-06-08 14:34better download handling.Enno Boland (Gottox)2+89-63
2009-06-08 11:29renamed download handlers.Enno Boland (Gottox)1+7-7
2009-06-08 09:47merged, now has download bar, other misc fixesThomas Menari3+57-23
2009-06-08 07:39adding surf-directory.Enno Boland (Gottox)1+2-1
2009-06-08 07:38use tabs not spaces!Enno Boland (Gottox)1+8-8
2009-06-08 07:31backoutmergeEnno Boland (Gottox)1+1-11
2009-06-08 07:30Backed out changeset ed121082f103 unable to use textfields now. Please implement it in a sane way.Enno Boland (Gottox)1+1-11
2009-06-08 07:27mergeEnno Boland (Gottox)1+24-3
2009-06-08 06:16adding manpageEnno Boland (Gottox)1+58-0
2009-06-07 19:25cookie persistanceThomas Menari1+11-0
2009-06-07 18:49vi-style scrollingThomas Menari1+11-1
2009-06-07 19:16strip trailing whitespaceSimon Rozet1+3-3
2009-06-07 10:50wrap long lines. working on downloads.Enno Boland (Gottox)1+8-4
2009-06-07 10:06removing urllist. bookmarking should be done externally.Enno Boland (Gottox)1+1-2
2009-06-06 19:12added spaceinvaders downloading support, thanks :)Enno Boland (Gottox)1+14-3
2009-06-06 18:34sorted functions in alphabetic order.Enno Boland (Gottox)1+169-170
2009-06-06 18:26reworked event system.Enno Boland (Gottox)1+95-52
2009-06-06 15:48typoEnno Boland (Gottox)1+10-6
2009-06-06 15:35typo.Enno Boland (Gottox)1+5-4
2009-06-06 15:26opening new windows works now.Enno Boland (Gottox)1+11-6
2009-06-06 15:12urlbar and searchbar are working.Enno Boland (Gottox)1+31-8
2009-06-06 14:30Adding search and urlbar. switching to getopt.Enno Boland (Gottox)1+99-56
2009-06-06 07:51corrected signal. anyway it still does not work.Enno Boland (Gottox)1+1-1
2009-06-06 07:36typoEnno Boland (Gottox)1+1-1
2009-06-06 07:35rearranging, adding initial keyboard support.Enno Boland (Gottox)2+59-27
2009-06-05 18:16supporting multiple windows per instanceEnno Boland (Gottox)2+127-79
2009-06-05 16:05removed all unneeded event listeners... really!Enno Boland (Gottox)1+1-3
2009-06-05 16:00removed unneeded event listeners and reworked file opener.Enno Boland (Gottox)1+13-20
2009-06-05 15:46removed reading from stdin in favor of Xproperties.Enno Boland (Gottox)1+61-27
2009-06-05 11:22Initial Commit.Enno Boland (Gottox)4+341-0