summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-02BSD MakefileHEADobsdMatthieu Herrb
2024-05-19Draw truecolor icons using dual-color half blocksmasterEden Bynever
2024-02-03xprop 1.2.7xprop-1.2.7Alan Coopersmith
2023-12-07Fix C23 build by renaming variable 'true'Alan Coopersmith
2022-12-03xprop 1.2.6xprop-1.2.6Alan Coopersmith
2022-11-14Variable scope reductions as suggested by cppcheckAlan Coopersmith
2022-11-14Resolve many gcc -Wsign-compare warningsAlan Coopersmith
2022-11-14Rename "dpy" function arguments to "display" to avoid shadowing globalAlan Coopersmith
2022-11-14Declare help() and print_help() as staticAlan Coopersmith
2022-11-14Mark help(), usage(), and grammar() with _X_NORETURN _X_COLDAlan Coopersmith
2022-11-08gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith
2021-12-07Build xz tarballs instead of bzip2Alan Coopersmith
2021-12-07gitlab CI: add a basic build testAlan Coopersmith
2021-11-28Fix spelling/wording issuesAlan Coopersmith
2020-11-19xprop 1.2.5xprop-1.2.5Keith Packard
2020-11-17Check return value from ioctl(TIOCGWINSZ)Keith Packard
2020-11-17Correct icon buffer width computation for truecolor terminalsKeith Packard
2020-11-17Free string list returned from XmbTextPropertyToTextListKeith Packard
2020-11-17Make output with unknown width terminal the same as old codeKeith Packard
2020-11-01Fix formatting of back-to-back not shown icons.Pierre-Loup A. Griffais
2020-11-01Support true color output for icons if the terminal advertises it.Pierre-Loup A. Griffais
2020-11-01Fix aspect ratio for icon display by using two characters per icon pixel.Pierre-Loup A. Griffais
2020-11-01Break down memory allocation logic and fix overallocating for UTF8.Pierre-Loup A. Griffais
2020-11-01Don't display icons if they would line-wrap.Pierre-Loup A. Griffais
2020-04-11Add missing `-help` functionJason Nader
2019-03-09xprop 1.2.4xprop-1.2.4Alan Coopersmith
2019-03-03Fix -Wsign-compare warning in dsimple.cAlan Coopersmith
2019-02-09Fix typo in xprop.manpmav99
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-16Update README for gitlab migrationAlan Coopersmith
2018-05-05Add missing braces around else clause in Read_Quoted()Alan Coopersmith
2018-03-09xprop 1.2.3xprop-1.2.3Alan Coopersmith
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2015-09-28Free the data returned by Format_Icons()Eirik Byrkjeflot Anonsen
2015-09-28Free the data returned by XGetWindowProperty()Eirik Byrkjeflot Anonsen
2015-09-22Free the data returned by XListProperties()Eirik Byrkjeflot Anonsen
2015-09-22Free the thunks used by Show_PropEirik Byrkjeflot Anonsen
2014-06-03Add -version option to print program versionAlan Coopersmith
2014-06-03Print which option was in error along with usage messageAlan Coopersmith
2014-06-03autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith
2014-06-03configure: Drop AM_MAINTAINER_MODEAlan Coopersmith
2013-08-08xprop 1.2.2xprop-1.2.2Alan Coopersmith
2013-07-19Mark usage() as noreturn, as suggested by gcc -Wmissing-noreturnAlan Coopersmith
2013-07-19Fix const conversion warnings from gccAlan Coopersmith
2013-01-22Add unicode argument to Format_Len_String to reduce code duplicationAlan Coopersmith
2013-01-22Replace strlen/malloc/memcpy set with strdupAlan Coopersmith
2013-01-20Mark FatalError() as taking printf-style argumentsAlan Coopersmith
2013-01-20config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith