summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove window hints settingsGravatar Quentin Rameau 2015-11-221-3/+0
* Style indentation fixGravatar Quentin Rameau 2015-11-221-2/+2
* Continue making chars constGravatar Quentin Rameau 2015-11-221-2/+2
* Correct and simplify buttonreleased() gdk eventGravatar Quentin Rameau 2015-11-221-5/+4
* Un(g)boolify to separate GTK dependant code from the restGravatar Quentin Rameau 2015-11-222-29/+27
* Use char instead of gchar and make them const when possibleGravatar Quentin Rameau 2015-11-221-6/+6
* Style update for indentationGravatar Quentin Rameau 2015-11-222-181/+158
* Add mouse function to play medias in external playerGravatar Quentin Rameau 2015-11-212-0/+20
* Update creditsGravatar Quentin Rameau 2015-11-211-0/+1
* Style change in includes orderGravatar Quentin Rameau 2015-11-211-18/+18
* Style change in functions orderingGravatar Quentin Rameau 2015-11-212-802/+802
* Cleanup remaining unused variables and copystr()Gravatar Quentin Rameau 2015-11-201-18/+0
* Adapt newwindow()Gravatar Quentin Rameau 2015-11-201-25/+36
* Adapt user agent handlingGravatar Quentin Rameau 2015-11-202-7/+11
* Adapt updatetitle()Gravatar Quentin Rameau 2015-11-201-14/+12
* Adapt toggle statisticsGravatar Quentin Rameau 2015-11-201-33/+17
* Adapt page statisticsGravatar Quentin Rameau 2015-11-201-10/+8
* Adapt loaduri()Gravatar Quentin Rameau 2015-11-201-21/+18
* Adapt config MACROs SETPROP, DOWNLOAD, PLUMBGravatar Quentin Rameau 2015-11-201-3/+3
* Rename mouse functions to clickFUNCTION()Gravatar Quentin Rameau 2015-11-202-14/+17
* Adapt toggle(), clean some config parametersGravatar Quentin Rameau 2015-11-202-35/+71
* Adapt find()Gravatar Quentin Rameau 2015-11-202-10/+29
* Adapt zoom()Gravatar Quentin Rameau 2015-11-201-16/+11
* Adapt navigate()Gravatar Quentin Rameau 2015-11-201-4/+6
* Remove togglescrollbars()Gravatar Quentin Rameau 2015-11-202-45/+0
* Adapt scrollingGravatar Quentin Rameau 2015-11-202-38/+15
* Adapt inspector handlingGravatar Quentin Rameau 2015-11-202-54/+8
* Adapt print()Gravatar Quentin Rameau 2015-11-201-3/+4
* Simplify building of stylefiles pathGravatar Quentin Rameau 2015-11-201-11/+4
* Adapt setstyle()Gravatar Quentin Rameau 2015-11-201-4/+16
* Adapt clipboard()Gravatar Quentin Rameau 2015-11-201-8/+6
* Rename fullscreen() to togglefullscreen()Gravatar Quentin Rameau 2015-11-202-5/+14
* Replace titlechangeleave() with catch-all winevent()Gravatar Quentin Rameau 2015-11-201-7/+15
* Adapt JavaScript functionsGravatar Quentin Rameau 2015-11-201-25/+17
* Remove windowobjectcleared(), execute scripts on load finishedGravatar Quentin Rameau 2015-11-201-14/+0
* Add createwindow() for GtkWindow creationGravatar Quentin Rameau 2015-11-201-27/+37
* 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-202-24/+23
* 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-202-14/+16
'nohover-highlight'> this fixes a crash on NetBSD because it requires -D_XOPEN_SOURCE (strdup, usleep). thanks k0ga and stateless for reporting and fixing this issue! 2015-08-06Fixed typo introduced by shared codeGravatar Eric Pruitt 1-1/+1 2015-07-19stest: 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