Age | Commit message (Expand) | Author | Files | Lines |
2010-02-01 | Bring corrected license as mentioned in freebsd/... | Wojciech A. Koszek | 1 | -14/+24 |
2010-02-01 | Revert "Bring correct license -- I think freebsd/ directory has an agreements" | Wojciech A. Koszek | 1 | -24/+14 |
2010-02-01 | Bring correct license -- I think freebsd/ directory has an agreements | Wojciech A. Koszek | 1 | -14/+24 |
2008-06-16 | * retire CVS keyword expansion. Plays havoc with patches. | oharboe | 1 | -2/+0 |
2007-01-31 | Fixed the stdio declarations to work on Windows and likely on Solaris. | patthoyts | 1 | -4/+56 |
2005-04-26 | Check available windows target version for more things. | patthoyts | 1 | -83/+116 |
2005-04-26 | mingw compilation fix (excluding the compilation of animate window win32 cmd) | antirez | 1 | -2/+5 |
2005-04-21 | RegisterClass, CreateWindow and UpdateWindow. Need to add user defined | patthoyts | 1 | -34/+72 |
2005-04-20 | Added some window managing APIs - MoveWindow, ShowWindow, DestroyWindow and | patthoyts | 1 | -3/+146 |
2005-04-19 | Added CreateDirectory and RemoveDirectory | patthoyts | 1 | -1/+52 |
2005-04-13 | Added GetLastInputInfo API | patthoyts | 1 | -1/+37 |
2005-04-08 | Do not add cursorinfo if build target cannot cope. | patthoyts | 1 | -2/+7 |
2005-04-06 | Fix a problem with usie of mingw gcc and remove some gcc warnings. | patthoyts | 1 | -4/+10 |
2005-04-06 | Use __stdcall for mingw | patthoyts | 1 | -2/+2 |
2005-04-06 | Made GetPerformanceInfo dynamically available at runtime only if the | patthoyts | 1 | -15/+58 |
2005-04-05 | Disabled from jim-win32.c commands that need include <psapi.h> | antirez | 1 | -3/+6 |
2005-03-31 | Implemented the C API "background" for the packages system of Jim. | antirez | 1 | -2/+4 |
2005-03-14 | Added a bunch of cursor handling apis | patthoyts | 1 | -2/+221 |
2005-03-05 | delProc callback added to Jim_CreateCommand(). | antirez | 1 | -2/+2 |
2005-03-04 | JIM_NOTUSED moved after var declarations blocks. | antirez | 1 | -4/+4 |
2005-03-04 | $id: ..$ strings added | antirez | 1 | -0/+2 |
2005-03-04 | Added JIM_NOTUSED macro. Macro used where appropriate. | antirez | 1 | -0/+12 |
2005-03-03 | Applied patches 363 and 366 for const correctness to the win32 modules and ji... | patthoyts | 1 | -21/+21 |
2005-03-02 | shell and library splitted. Now jim.c contains only the | antirez | 1 | -0/+1 |
2005-03-02 | removed JIM_EXTENSION define from extensions. Is no longer | antirez | 1 | -1/+0 |
2005-03-02 | win32 compilation under mingw fixed, | antirez | 1 | -0/+4 |
2005-03-02 | Codified structure rep | patthoyts | 1 | -20/+17 |
2005-03-02 | Whitespace police and added new APIs. GetPerformaceInfo, LoadLibary, | patthoyts | 1 | -59/+196 |
2005-02-28 | A few more APIs and a macro for declaring them. | patthoyts | 1 | -11/+71 |
2005-02-28 | Added some more API functions, Beep, GetComputerName, SetComputerName, | patthoyts | 1 | -3/+151 |
2005-02-28 | jim-win32 changes to fix the last commit. | antirez | 1 | -2/+3 |
2005-02-28 | win32.CloseWindow added, ctype.h included in jim-win32.c | antirez | 1 | -2/+22 |
2005-02-28 | Fixed line endings and added findwindow | patthoyts | 1 | -62/+125 |
2005-02-27 | aritymin/aritymax information no longer used for C-coded commands. | antirez | 1 | -1/+21 |
2005-02-27 | win32 test extensiona added (thanks to Pat Thoyts) | antirez | 1 | -0/+42 |