summaryrefslogtreecommitdiffstats
path: root/surf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add closeview() for JavaScript window closingGravatar Quentin Rameau 2015-11-201-5/+13
* Remove (delete :>) deletion_interface()Gravatar Quentin Rameau 2015-11-201-11/+0
* Integrate beforerequest() into decidepolicy()Gravatar Quentin Rameau 2015-11-201-40/+32
* Remove contextmenu() and menuactivate() for "context-menu" signalGravatar Quentin Rameau 2015-11-201-54/+0
* Adapted buttonrelease()Gravatar Quentin Rameau 2015-11-201-22/+21
* Replace initdownload() and intercept global download requests.Gravatar Quentin Rameau 2015-11-201-11/+26
* Adapted progresschanged()Gravatar Quentin Rameau 2015-11-201-5/+6
* Manage ssl errors with GTlsCertificateFlagsGravatar Quentin Rameau 2015-11-201-6/+5
* Replace loadstatuschanged() with loadchanged()Gravatar Quentin Rameau 2015-11-201-27/+23
* Replace decidewindow() and decidedownload() with decidepolicy()Gravatar Quentin Rameau 2015-11-201-28/+93
* Replace createwindow() with createview()Gravatar Quentin Rameau 2015-11-201-8/+31
* Replace geopolicyrequested() with permissionrequested()Gravatar Quentin Rameau 2015-11-201-11/+15
* Replace linkhover() with mousetargetchanged()Gravatar Quentin Rameau 2015-11-201-12/+23
* Modify the context name of the hit testsGravatar Quentin Rameau 2015-11-201-7/+9
* Adapted titlechange()Gravatar Quentin Rameau 2015-11-201-9/+6
* Move all necessary initialisation to newview()Gravatar Quentin Rameau 2015-11-201-59/+53
* Add newview() and forward related viewsGravatar Quentin Rameau 2015-11-201-60/+77
* Add showview()Gravatar Quentin Rameau 2015-11-201-61/+68
* Separate the rendering engine processGravatar Quentin Rameau 2015-11-201-0/+5
* No option to enforce 96DPI anymore on WebKit2Gravatar Quentin Rameau 2015-11-201-14/+0
* Scrolling is now handled through WebKitGravatar Quentin Rameau 2015-11-201-34/+2
* SSL policy is now handled through WebKitGravatar Quentin Rameau 2015-11-201-9/+3
* Disk cache is now handled through WebKitGravatar Quentin Rameau 2015-11-201-20/+3
* Cookies are now handled through WebKitGravatar Quentin Rameau 2015-11-201-108/+26
* Remove source(), it has been removed from webkit2gtkGravatar Quentin Rameau 2015-11-181-12/+0
* Remove proxy stuff, it's now handled by WebViewGravatar Quentin Rameau 2015-11-181-20/+1
* Switch headers to webkit2Gravatar Quentin Rameau 2015-11-181-1/+1
* Port surf to gtk3Gravatar Quentin Rameau 2015-11-171-23/+24
* buildfile: don't forget to free temporary string bpathGravatar Quentin Rameau 2015-11-041-0/+1
* Be more specific about what enablestyles parameter does.Gravatar Quentin Rameau 2015-11-031-7/+7
* Fix inspector handling when inspector is disabled.Gravatar Quentin Rameau 2015-11-031-4/+6
* Fix usage(), -m and -M for styles were absent.Gravatar Quentin Rameau 2015-11-031-1/+1
* Fix fullscreen handlingGravatar Quentin Rameau 2015-11-031-5/+3
* Add setstyle()Gravatar Quentin Rameau 2015-10-311-14/+14
* Fix style files handling: stop leaking strings.Gravatar Quentin Rameau 2015-10-311-14/+22
* Continue style fixing: function declarations, code alignementGravatar Quentin Rameau 2015-10-201-373/+444
* style fixes: space after keywords, () with sizeofGravatar Markus Teich 2015-10-181-103/+103
* whitespace fixesGravatar Markus Teich 2015-10-181-13/+13
* fix style path generationGravatar Markus Teich 2015-10-181-1/+1
* Style cleanup.Gravatar Christoph Lohmann 2015-10-131-2/+1
* Fix the way system files are handled at surf startup.Gravatar Quentin Rameau 2015-10-131-27/+56
* Torified surf is unstableGravatar GhostAV 2015-08-181-2/+6
* Removing the debug print from the last commit.Gravatar Christoph Lohmann 2015-02-101-1/+0
* allow buttonrelease customization in config.hGravatar Markus Teich 2015-02-101-8/+38
* surf: see hover URL without changing titleGravatar Greg Reagle 2015-02-031-0/+10
* Some cleanup in style.Gravatar Christoph Lohmann 2015-02-031-2/+2
* fix stylesheet interna.Gravatar Markus Teich 2015-01-201-19/+12
* Only plumb some URI, when it's ASCII.Gravatar Christoph Lohmann 2015-01-201-1/+10
* Oh my blob!Gravatar Christoph Lohmann 2015-01-201-0/+1
* Data: is part of the browser too.Gravatar Christoph Lohmann 2015-01-191-0/+1
ommit/stest.c?id=d6742ef8a6ce03f28ee9431ef51901ef712ffd76&follow=1'>stest: get rid of getopt, use suckless arg.hGravatar Hiltjo Posthuma 3-53/+141 ... also some style improvements. 2015-07-19config.mk: add FREETYPELIBS and FREETYPEINCGravatar Hiltjo Posthuma 1-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