summaryrefslogtreecommitdiff
path: root/xprop.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-07Fix C23 build by renaming variable 'true'Alan Coopersmith1-3/+3
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 Coopersmith1-11/+11
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
2021-11-28Fix spelling/wording issuesAlan Coopersmith1-2/+2
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
2018-05-05Add missing braces around else clause in Read_Quoted()Alan Coopersmith1-1/+2
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 Coopersmith1-1/+6
2014-06-03Print which option was in error along with usage messageAlan Coopersmith1-13/+22
2013-07-19Fix const conversion warnings from gccAlan Coopersmith1-14/+15
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
2012-02-21Enable setting property of type UTF8_STRING.lolilolicon1-0/+7
2011-05-08Make error handlint more robust in Format_Len_UnicodeJeremy Huddleston1-0/+2
2011-05-08Fix uninitialize values warnings in static analysisJeremy Huddleston1-6/+6
2011-02-01Replace Copy_String() with strdup + error checkAlan Coopersmith1-18/+7
2011-02-01inline Malloc & Realloc functionsAlan Coopersmith1-7/+19
2010-10-06Purge cvs tags.Jesse Adkins1-2/+0
2009-10-21Print UTF8_STRING type as UTF-8 when locale supports itYang Zhao1-9/+139
2009-04-28Display _NET_WM_ICONs as ASCII art instead of as a big list of integersSøren Sandmann Pedersen1-1/+131
2009-04-21The "visible bit" is called "urgency bit" in the ICCCM 2.0Søren Sandmann Pedersen1-1/+1
2009-02-16Exit cleanly when the target window is destroyed. (#19381)Ben Hutchings1-1/+22
2008-11-26-spy: flush output before waiting for more eventsNeale Pickett1-0/+1
2007-12-06Select correct client window in WM’s using virtual rootsKim Woelders1-14/+2
2007-08-10Sun Bug 4474581: xprop fails in Japanese localeJay Hobson1-2/+3
2007-08-10Simplify printing of usage messageAlan Coopersmith1-22/+18
2007-08-10Convert old #ifdefs for HAS_WTYPE_H & HAS_WCHAR_H to autoconf checksAlan Coopersmith1-3/+4
2007-08-10Replace sprintf's with snprintf'sAlan Coopersmith1-7/+8
2007-08-10Coverity #905: Handle_Prop_Requests returned without freeing storage "thunks"Alan Coopersmith1-2/+2
2006-07-27remove misleading commentDaniel Stone1-4/+0
2006-07-27handle actual_format_return == 0 (#7647)Branden Robinson1-0/+6
2004-04-23Merging XORG-CURRENT into trunkrel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1