summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-04Set the path of pkg-config in a variable instead of hardcoding itParide Legovini
In this way the path of pkg-config can be overridden from the command line. This is useful for example when cross-compiling.
2019-01-04Makefile: fix dependencies on config.hHiltjo Posthuma
patch by Younes Khoudli (changed slightly). Thanks
2018-12-18cursorColor removedLuke Smith
2018-12-18just use xdg-openLuke Smith
2018-12-18Merge pull request #33 from hexinal/patch-1Luke Smith
Updated shortcut for zoomreset
2018-12-18Updated shortcut for zoomresethexinal
2018-12-16remove adjacent identical links from url pickerLuke Smith
2018-12-16Merge pull request #31 from terriblephrases/masterLuke Smith
Upstream updates
2018-12-16small code-style fixHiltjo Posthuma
2018-12-16output child WEXITSTATUS/WTERMSIG on abnormal terminationLauri Tirkkonen
2018-12-16st: small typofix in commentHiltjo Posthuma
2018-12-16fix memory leak in xloadcols()Hiltjo Posthuma
reported by Avi Halachmi (:avih)" <avihpit@yahoo.com> patch slightly changed by me.
2018-12-16Fix crash on resizeJules Maselbas
Prevent to realloc xw.specbuc with a negative number of col. Add proper hints for the minimal size, for one character.
2018-12-13revert to normal size now just alt-homeLuke Smith
2018-12-13ctrl-l chooses urls with xurls and dmenuLuke Smith
2018-12-11output child WEXITSTATUS/WTERMSIG on abnormal terminationLauri Tirkkonen
2018-12-03Merge pull request #25 from terriblephrases/masterLuke Smith
corrects color and font size info
2018-12-03corrects color and font size infoterriblephrases
2018-12-03Merge pull request #24 from terriblephrases/masterLuke Smith
Correct gruvbox defaultfg and cursor colors
2018-12-03sets correct gruvbox defaultfg and cursor colors, restores poss. to use 257+ ↵terriblephrases
colors
2018-12-01gruvboxLuke Smith
2018-11-24openbsd compilation noteLuke Smith
2018-11-14alpha/transparency read from xresourcesLuke Smith
2018-11-04fix memory leak in xloadcols()Hiltjo Posthuma
reported by Avi Halachmi (:avih)" <avihpit@yahoo.com> patch slightly changed by me.
2018-11-04st: small typofix in commentHiltjo Posthuma
2018-10-16mouse bindings and documentationLuke Smith
2018-10-16default font largerLuke Smith
2018-10-16man fixesLuke Smith
2018-10-04copy/paste fixesLuke Smith
2018-10-04bgcolor to 0Luke Smith
2018-09-14readme color updateLuke Smith
2018-09-11small code-style fixHiltjo Posthuma
2018-09-11Remove the ISO 14755 featureQuentin Rameau
And move it to the patches section. Keeping it would force to add an exec pledge on OpenBSD, and some people think it's bloated, so bye!
2018-09-01Revert "Update LICENSE"Luke Smith
This reverts commit 85d8621d8c423ea1addcfdbf2fc892cb5e86acc2.
2018-08-27Merge branch 'master' of github.com:LukeSmithxyz/stLuke Smith
2018-08-27bg fix on some graphical systemsLuke Smith
2018-08-02Update LICENSELuke Smith
2018-08-02junk cleanupLuke Smith
2018-08-01old patches removedLuke Smith
2018-08-01alt-shift-up/down for zoomingLuke Smith
2018-07-17Revert "Simplify cursor color handling"Hiltjo Posthuma
This reverts commit 1911c9274d9b03f3d7999c6ce26e2d5169642d26.
2018-07-17Revert "Make cursor follow text color"Hiltjo Posthuma
This reverts commit b51bcd5553af3db394014efbd78acf7828fa48ff.
2018-07-17Revert "Fix crash when cursor color is truecolor"Hiltjo Posthuma
This reverts commit 5535c1f04c665c05faff2a65d5558246b7748d49.
2018-07-15Merge pull request #5 from cquijano/patchedLuke Smith
fix defaultbg value, solve sigfault
2018-07-15fix defaultbg value, solve sigfaultCarlos Quijano
2018-07-15Fix crash when cursor color is truecolorJules Maselbas
Reported-by: Ivan Tham <pickfire@riseup.net>
2018-07-14Make cursor follow text colorJules Maselbas
2018-07-14Simplify cursor color handlingJules Maselbas
2018-07-08manual updatesLuke Smith
2018-07-08shift-insert now pastes from clipboardLuke Smith