aboutsummaryrefslogtreecommitdiff
path: root/jim-win32.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-10package: add ABI version checkingSteve Bennett1-2/+1
2016-10-11Fix warnings when building win32 module and add module to appveyor buildEvan Hunter1-3/+3
2016-08-29jim-win32: compile fixes for mingw32Steve Bennett1-1/+5
2016-08-29jim-win32.c: Add command win32.MessageBoxDanyil Bohdan1-0/+24
2016-03-27Avoid static analysis warning: https://msdn.microsoft.com/en-us/library/17b5...Evan Hunter1-1/+1
2011-11-24Create build-jim-ext for building extensionsSteve Bennett1-2/+1
2011-10-21Update source files to reflect FreeBSD licenceSteve Bennett1-12/+26
2011-06-01Add Jim_String() macroSteve Bennett1-8/+8
2010-12-21All Jim source should include jimautoconf.hSteve Bennett1-1/+2
2010-11-17For ctype macros, cast to unsigned charSteve Bennett1-1/+1
2010-11-17build: fix cygwin build issueSpencer Oliver1-0/+9
2010-10-30Allow extensions to be built/installed as modulesSteve Bennett1-0/+487
2010-10-15Remove unnecessary ecos stuffSteve Bennett1-1138/+0
2010-10-15Cutover to new workware fork of Jim TclSteve Bennett1-24/+14
2010-02-01Bring corrected license as mentioned in freebsd/...Wojciech A. Koszek1-14/+24
2010-02-01Revert "Bring correct license -- I think freebsd/ directory has an agreements"Wojciech A. Koszek1-24/+14
2010-02-01Bring correct license -- I think freebsd/ directory has an agreementsWojciech A. Koszek1-14/+24
2008-06-16 * retire CVS keyword expansion. Plays havoc with patches.oharboe1-2/+0
2007-01-31Fixed the stdio declarations to work on Windows and likely on Solaris.patthoyts1-4/+56
2005-04-26Check available windows target version for more things.patthoyts1-83/+116
2005-04-26mingw compilation fix (excluding the compilation of animate window win32 cmd)antirez1-2/+5
2005-04-21RegisterClass, CreateWindow and UpdateWindow. Need to add user definedpatthoyts1-34/+72
2005-04-20Added some window managing APIs - MoveWindow, ShowWindow, DestroyWindow andpatthoyts1-3/+146
2005-04-19Added CreateDirectory and RemoveDirectorypatthoyts1-1/+52
2005-04-13Added GetLastInputInfo APIpatthoyts1-1/+37
2005-04-08Do not add cursorinfo if build target cannot cope.patthoyts1-2/+7
2005-04-06Fix a problem with usie of mingw gcc and remove some gcc warnings.patthoyts1-4/+10
2005-04-06Use __stdcall for mingwpatthoyts1-2/+2
2005-04-06Made GetPerformanceInfo dynamically available at runtime only if thepatthoyts1-15/+58
2005-04-05Disabled from jim-win32.c commands that need include <psapi.h>antirez1-3/+6
2005-03-31Implemented the C API "background" for the packages system of Jim.antirez1-2/+4
2005-03-14Added a bunch of cursor handling apispatthoyts1-2/+221
2005-03-05delProc callback added to Jim_CreateCommand().antirez1-2/+2
2005-03-04JIM_NOTUSED moved after var declarations blocks.antirez1-4/+4
2005-03-04$id: ..$ strings addedantirez1-0/+2
2005-03-04Added JIM_NOTUSED macro. Macro used where appropriate.antirez1-0/+12
2005-03-03Applied patches 363 and 366 for const correctness to the win32 modules and ji...patthoyts1-21/+21
2005-03-02shell and library splitted. Now jim.c contains only theantirez1-0/+1
2005-03-02removed JIM_EXTENSION define from extensions. Is no longerantirez1-1/+0
2005-03-02win32 compilation under mingw fixed,antirez1-0/+4
2005-03-02Codified structure reppatthoyts1-20/+17
2005-03-02Whitespace police and added new APIs. GetPerformaceInfo, LoadLibary,patthoyts1-59/+196
2005-02-28A few more APIs and a macro for declaring them.patthoyts1-11/+71
2005-02-28Added some more API functions, Beep, GetComputerName, SetComputerName,patthoyts1-3/+151
2005-02-28jim-win32 changes to fix the last commit.antirez1-2/+3
2005-02-28win32.CloseWindow added, ctype.h included in jim-win32.cantirez1-2/+22
2005-02-28Fixed line endings and added findwindowpatthoyts1-62/+125
2005-02-27aritymin/aritymax information no longer used for C-coded commands.antirez1-1/+21
2005-02-27win32 test extensiona added (thanks to Pat Thoyts)antirez1-0/+42