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