summaryrefslogtreecommitdiffstats
path: root/surf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Backed out changeset 260fda70689fGravatar Enno Boland (tox) 2009-11-091-6/+6
* changing locking algorythm for setprop.Gravatar Enno Boland (tox) 2009-11-081-6/+6
* adding environment variables for proxy and useragentGravatar Enno Boland (tox) 2009-11-021-2/+11
* sorting functions alphabetical.Gravatar Enno Boland (tox) 2009-10-281-103/+103
* some polishing.Gravatar Enno Boland (tox) 2009-10-281-5/+4
* removed warning when closing a surf-window.Gravatar Enno Boland (tox) 2009-10-281-1/+1
* displaying progress before pagetitle.Gravatar Enno Boland (tox) 2009-10-281-1/+1
* adding automatic download for not supported files.Gravatar Enno Boland (tox) 2009-10-271-6/+8
* fixing downloads based on Evan Gates' patch.Gravatar Enno Boland (tox) 2009-10-271-10/+36
* Adding Evan Gates' patch.Gravatar Enno Boland (tox) 2009-10-261-1/+1
* moving reloadcookie() callGravatar Enno Boland (tox) 2009-10-261-1/+1
* Adding Lorenzo Bollas hints patch.Gravatar Enno Boland (tox) 2009-10-211-0/+2
* using geturi() where possible.Gravatar Enno Boland (tox) 2009-10-211-2/+3
* replacing ignore_once with ignorexpropGravatar Enno Boland (tox) 2009-10-211-4/+5
* replacing gtk-textentrys with dmenuGravatar Enno Boland (tox) 2009-10-201-126/+58
* small fixGravatar Enno Boland (tox) 2009-10-201-0/+1
* small cleanupsGravatar Enno Boland (tox) 2009-10-201-3/+1
* adding autozoom lock when site is already zoomed.Gravatar Enno Boland (tox) 2009-10-201-2/+8
* adding autozoom for small windowsGravatar Enno Boland (tox) 2009-10-201-0/+15
* using another way to handle cookies.Gravatar Enno Boland (tox) 2009-10-201-46/+53
|\
| * Backed out changeset 7a57a0a8dbc6Gravatar Enno Boland (tox) 2009-10-201-46/+41
* | reformatingGravatar Enno Boland (tox) 2009-10-201-1/+1
|/
* Trying a different cookie handling system.Gravatar Enno Boland (tox) 2009-10-201-41/+46
* whitespace fix.Gravatar Enno Boland (tox) 2009-10-171-1/+0
* typo fixGravatar Enno Boland (tox) 2009-10-171-1/+1
* using events for changing cookiesGravatar Enno Boland (tox) 2009-10-171-14/+14
* Sessioncookies made persistant.Gravatar Enno Boland (tox) 2009-10-171-2/+16
* fixing double calling functions from contextmenu.Gravatar Enno Boland (tox) 2009-10-171-3/+4
* implementing cookie persistance with multiple processes.Gravatar Enno Boland (tox) 2009-10-171-1/+19
* removed builtin unfinished cookie handling.Gravatar Enno Boland (tox) 2009-10-171-45/+0
* using char instead of gchar.Gravatar Enno Boland (tox) 2009-10-161-53/+70
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