12
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change dialog_type parameter to int to avoid warnings. More... almost 24 years ago
Change dialog_type parameter to int to avoid warnings. More... almost 24 years ago
Automatically create mnemonics for dialog buttons. Change dialog_type parameter to int to avoid warnings (comparing unsingned int for negative isn't exactly useful). More... almost 24 years ago
Automatically create mnemonics for dialog buttons. Change dialog_type parameter to int to avoid warnings (comparing unsingned int for negative isn't exactly useful). More... almost 24 years ago
Default syntax highlighting to on. More... almost 24 years ago
Default syntax highlighting to on. More... almost 24 years ago
- Remove warnings for 64-bit systems. Extend strlen results to long and use %ld as a format specifier. strlen returns a size_t which is typically an unsigned long on 64-bit systems. More... almost 24 years ago
- Remove warnings for 64-bit systems. Extend strlen results to long and use %ld as a format specifier. strlen returns a size_t which is typically an unsigned long on 64-bit systems. More... almost 24 years ago
added extra options to many of the macro actions More... almost 24 years ago
added extra options to many of the macro actions More... almost 24 years ago
preferences.c: patch from Thorsten Haude to issue a warning if -import can not find the specified file More... almost 24 years ago
preferences.c: patch from Thorsten Haude to issue a warning if -import can not find the specified file More... almost 24 years ago
Added a search wrap option to prefs and made some more options available to macro actions. More... almost 24 years ago
Added a search wrap option to prefs and made some more options available to macro actions. More... almost 24 years ago
Remove obsolete reference to Caps-Lock bug. More... almost 24 years ago
Remove obsolete reference to Caps-Lock bug. More... almost 24 years ago
fixed a leak with static strings in the macro interpreter. More... almost 24 years ago
fixed a leak with static strings in the macro interpreter. More... almost 24 years ago
fixed strCaseCmp() bug where partial strings would match. More... almost 24 years ago
fixed strCaseCmp() bug where partial strings would match. More... almost 24 years ago
userCmds.c: try to fix compiler warnings More... almost 24 years ago
userCmds.c: try to fix compiler warnings More... almost 24 years ago
menu.*: fix a 'pointer vs. integer constant' problem, by adding a cast to the constants #definition More... almost 24 years ago
menu.*: fix a 'pointer vs. integer constant' problem, by adding a cast to the constants #definition More... almost 24 years ago
*/Makefile.common: include new */Makefile.dependencies: simple files containing the dependencies for all objects (i.e. *.o) More... almost 24 years ago
*/Makefile.common: include new */Makefile.dependencies: simple files containing the dependencies for all objects (i.e. *.o) More... almost 24 years ago
menu.c menu.h: - correct my previous patch: XmNuserData requires XtPointer* arg - add some more 'const's More... almost 24 years ago
menu.c menu.h: - correct my previous patch: XmNuserData requires XtPointer* arg - add some more 'const's More... almost 24 years ago
search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections. More... almost 24 years ago
search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections. More... almost 24 years ago