summaryrefslogtreecommitdiffstats
path: root/surf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Surf now parses hex window ids properly from tabbed.Gravatar Christoph Lohmann 2012-07-161-1/+1
* apply nick's patch removing unused variable and parametersGravatar pancake 2012-06-111-8/+6
* apply nick's patch removing the autoresize functionalityGravatar pancake 2012-06-111-15/+0
* Keybindings for scrolling left and right; code by stanio.Gravatar Troels Henriksen 2012-05-311-10/+28
* Close standard output after printing XID, patch due Abby Cedar.Gravatar Troels Henriksen 2012-02-211-0/+3
* making cookie file creation a bit more pedanticGravatar anselm@garbe.us 2012-02-111-1/+4
* applied fix from dev list and debian reviewersGravatar anselm@garbe.us 2012-02-111-2/+2
* Add a variable in config.def.h for configuring spatial browsing.Gravatar Troels Henriksen 2012-01-171-1/+1
* Status message patch from Jeremy Jackins and skls.Gravatar Troels Henriksen 2012-01-171-3/+3
* Cleanup previous patch.Gravatar Troels Henriksen 2011-11-051-1/+1
* Use the surf user agent when downloading with wget.Gravatar Troels Henriksen 2011-11-051-1/+1
* The ICCCM states that window classes should be capitalised.Gravatar Troels Henriksen 2011-11-041-1/+1
* Add SSL verification patch by Nick White.Gravatar Troels Henriksen 2011-11-041-3/+26
* Add eval() function for executing Javascript. Handy for keybindings.Gravatar Troels Henriksen 2011-11-031-5/+21
* added 20h's patch of 8 Sep 2011 to surf, thanksGravatar garbeam@gmail.com 2011-10-291-2/+1
* rename NOBACKGROUND to HIDE_BACKGROUND and use TRUE/FALSE instead of 0/1Gravatar pancake 2011-03-311-1/+1
* Adding nibbles patchGravatar Enno Boland (tox) 2010-09-091-16/+14
* fix for segfault when closing window while loading (via nibble)Gravatar pancake 2010-09-021-13/+16
* Adding Nibbles patchGravatar Enno Boland (tox) 2010-05-281-9/+5
* typoGravatar Enno Boland (tox) 2010-05-261-2/+2
* Applying Nibbles download patch. Thanks!Gravatar Enno Boland (tox) 2010-05-261-0/+14
* changing xpropsGravatar Enno Boland (tox) 2010-05-171-26/+29
* dl is not needed anymoreGravatar Enno Boland (tox) 2010-05-171-3/+1
* removing context-menu, downloading.Gravatar Enno Boland (tox) 2010-05-171-111/+8
* mergeGravatar Enno Boland (tox) 2010-05-111-1/+1
|\
| * Fix NOBACKGROUND meaningGravatar pancake 2010-05-091-1/+1
* | fix download/history bugGravatar Enno Boland (tox) 2010-05-111-5/+0
|/
* mergeGravatar Enno Boland (tox) 2010-05-091-8/+8
|\
| * Do not set cookie session time if set to 0Gravatar pancake 2010-05-081-1/+3
| * Adding small fix by Alex Puterbaugh. Thanks.Gravatar Enno Boland (tox) 2010-05-021-6/+5
| * remove empty linesGravatar pancake 2010-04-081-3/+1
* | added js-fix by Troels Henriksen. Thanks :)Gravatar Enno Boland (tox) 2010-05-091-9/+17
* | implementing naive file locking.Gravatar Enno Boland (tox) 2010-05-061-0/+7
* | fixing compilerwarning in newer webkit versionsGravatar Enno Boland (tox) 2010-05-061-2/+1
|/
* typofix.Gravatar Enno Boland (tox) 2010-03-261-2/+2
* reimplementing cookies. Now we need some file locking.Gravatar Enno Boland (tox) 2010-03-251-2/+14
* updating manpage, reformating help output.Gravatar Enno Boland (tox) 2010-03-251-4/+4
* fixing argument parsing.Gravatar Enno Boland (tox) 2010-03-241-0/+2
* fixing downloadsGravatar Enno Boland (tox) 2010-03-241-8/+6
* gotheaders will now be called correctly.Gravatar Enno Boland (tox) 2010-03-241-1/+6
* working on cookiesGravatar Enno Boland (tox) 2010-03-241-2/+37
* reformatingGravatar Enno Boland (tox) 2010-03-241-8/+4
* adding cmd-switches for turning of images/plugins/scriptsGravatar Enno Boland (tox) 2010-03-241-12/+36
* now we've got access to cookies before they're sended. Let's start building a...Gravatar Enno Boland (tox) 2010-03-241-15/+9
* session gets set properly in setup()Gravatar Enno Boland (tox) 2010-03-101-4/+12
* fixing progress, beginning new cookie implementationGravatar Enno Boland (tox) 2010-03-081-1/+12
* small typo.Gravatar Enno Boland (tox) 2010-03-081-1/+1
* removed persistent cookies, replaced deprecated eventlistenersGravatar Enno Boland (tox) 2010-03-081-66/+21
* _SURF_URI gets initialised as soon as the window opens.Gravatar Enno Boland (tox) 2010-01-291-5/+15
* adding fixes from thomas_adam. Thanks :)Gravatar Enno Boland (tox) 2009-12-151-1/+18
='deletions'>-3/+9 These variables make it simpler to change the paths to this for ports. `pkg-config` is avoided because it sucks, in particular for cross-compilation. A commented path for *BSD is added, the Xft includes are located at: /usr/X11R6/include there. Also already bump the version number to 4.6, a release will come approximately in August. 2015-07-19fix prompt color style how it used to beGravatar Hiltjo Posthuma 1-1/+1 This is the style how it was before the big Xft change. The colors were inverted, this was not the case before the change. Reported by "zvz" on #suckless IRC, thanks! 2015-06-27Use libdraw: add Xft and fallback-fonts support to graphics libGravatar Hiltjo Posthuma 11-316/+684 - libdraw, util: add drw.{c,h}, util.{c,h} and update code. - libdraw: fix drw_rect(): use w and h parameter. - libdraw: print errstr if last character in string was ":" (sbase). - libdraw: drw_clr_free() allow valid free(NULL). - config.def.h: set default font to monospace. - cleanup() on exit. - LICENSE: update license string for dmenu -v to 2015. - LICENSE: add myself to LICENSE 2014-09-17applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-mGravatar Anselm R Garbe 2-2/+5 2014-07-30fix crash with ctrl-enter as inputGravatar Hiltjo Posthuma 1-1/+2 reproduce: ./dmenu; send EOF; press ctrl+enter. 2014-05-29updated copyright notices in LICENSE and dmenu.c fileGravatar Anselm R Garbe 2-2/+2 2013-08-13applied Martin Kühl's inverse matching flag to stestGravatar Anselm R Garbe 2-4/+7 2013-08-02applied Martti Kühne's dmenu monitor patchGravatar Anselm R Garbe 3-4/+14 https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now 2013-06-28accepted vi'is exit approach ^[ (suggested by Arkaduisz)Gravatar Anselm R Garbe 1-0/+2