0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 27, 2025 — Mar 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do not ignore the return value of XtMalloc and sscanf and XGetTextProperty More... almost 13 years ago
squash some warnings More... almost 13 years ago
fix the description in the pkg-config file More... almost 13 years ago
improve the rpm creation More... almost 13 years ago
Improve a bunch of the autoconf quoting More... almost 13 years ago
Add a pkg-config file More... almost 13 years ago
older systems use xorg-x11-devel instead of libXt-devel More... almost 13 years ago
have CVSMake clean up a few things before it starts More... almost 13 years ago
have CVSMake look for rpm's that are probably missing More... almost 13 years ago
duplicate the cvsignores to gitignores More... almost 13 years ago
This should not have got checked in :( More... almost 13 years ago
An autoconf macro for finding libXlt and its headers. More... almost 13 years ago
commit b29dd20b1cc2b4b7b9a5971b89c9ca4da6c796d1 Merge: 3858c0c 532e5f0 Author: Rick Scott <[email protected]> Date: Tue Jul 17 15:31:22 2012 -0400 More... over 13 years ago
An XmUpdateDisplay was left outside of the destroy protection :( More... over 14 years ago
commit cbdb161ac195e14ac3ddb6ba6ee1ab59a456c807 Author: Rick Scott <[email protected]> Date: Wed Aug 24 17:52:10 2011 -0400 More... over 14 years ago
commit a7494be9074f7b17918a6bd1d2c01ed095466455 Author: Rick Scott <[email protected]> Date: Wed Aug 24 16:36:41 2011 -0400 More... over 14 years ago
Give an indication of when a Host connection fails More... over 14 years ago
Get rid of the rcs tags More... over 14 years ago
This should have been part of the last commit More... over 14 years ago
commit 6529fe997dad5ef85557c5e3bb08845b14a106b9 Author: Rick Scott <[email protected]> Date: Wed Jun 29 07:00:36 2011 -0400 More... over 14 years ago
This is just wrong. This would allow the format parameter to XChangeProperty to be 64 on 64 bit machines. Don't try to be so tricky, and just use 32 for the format. More... about 15 years ago
The data pointer in the XChangeProperty call must be a long, even though long is not a 32 bit value on a 64 bit machine!!! This is what was causing fvwm to segfault on any of the apps that used XltSetClientIcon on 64 bit machines. More... about 15 years ago
Make sure the complletion option is False by default More... about 15 years ago
Add a common command line option to XltApplication to print out a bash completion script with the application command line options. More... about 15 years ago
CustomizeMenu - Off by 1 error, which made changing the last item on the menu problematic More... over 15 years ago
Handle remote command timeouts a little better. It seems like setting the exit flag is not enough to cause an exit, an event is also required. Deleting the property will not cause an event if the property does not exist, so set the property to zero length and also check the length before the return so the exit status gets set correctly. More... over 15 years ago
Add the man page for XltCreateCustomizeMenuControl More... over 15 years ago
Add a way to control which items are available on a menu. The result is saved to the RESOURCE_MANAGER property so that it will persist between invokations of the application. More... over 15 years ago
64 bit warning suppression More... over 15 years ago
If the window that we are waiting for gets destroyed, exit. More... over 15 years ago