summaryrefslogtreecommitdiff
path: root/jim-win32.c
Commit message (Expand)AuthorAge
* Fix warnings when building win32 module and add module to appveyor buildEvan Hunter2016-10-11
* jim-win32: compile fixes for mingw32Steve Bennett2016-08-29
* jim-win32.c: Add command win32.MessageBoxDanyil Bohdan2016-08-29
* Avoid static analysis warning: https://msdn.microsoft.com/en-us/library/17b5...Evan Hunter2016-03-27
* Create build-jim-ext for building extensionsSteve Bennett2011-11-24
* Update source files to reflect FreeBSD licenceSteve Bennett2011-10-21
* Add Jim_String() macroSteve Bennett2011-06-01
* All Jim source should include jimautoconf.hSteve Bennett2010-12-21
* For ctype macros, cast to unsigned charSteve Bennett2010-11-17
* build: fix cygwin build issueSpencer Oliver2010-11-17
* Allow extensions to be built/installed as modulesSteve Bennett2010-10-30
* Remove unnecessary ecos stuffSteve Bennett2010-10-15
* Cutover to new workware fork of Jim TclSteve Bennett2010-10-15
* Bring corrected license as mentioned in freebsd/...Wojciech A. Koszek2010-02-01
* Revert "Bring correct license -- I think freebsd/ directory has an agreements"Wojciech A. Koszek2010-02-01
* Bring correct license -- I think freebsd/ directory has an agreementsWojciech A. Koszek2010-02-01
* * retire CVS keyword expansion. Plays havoc with patches.oharboe2008-06-16
* Fixed the stdio declarations to work on Windows and likely on Solaris.patthoyts2007-01-31
* Check available windows target version for more things.patthoyts2005-04-26
* mingw compilation fix (excluding the compilation of animate window win32 cmd)antirez2005-04-26
* RegisterClass, CreateWindow and UpdateWindow. Need to add user definedpatthoyts2005-04-21
* Added some window managing APIs - MoveWindow, ShowWindow, DestroyWindow andpatthoyts2005-04-20
* Added CreateDirectory and RemoveDirectorypatthoyts2005-04-19
* Added GetLastInputInfo APIpatthoyts2005-04-13
* Do not add cursorinfo if build target cannot cope.patthoyts2005-04-08
* Fix a problem with usie of mingw gcc and remove some gcc warnings.patthoyts2005-04-06
* Use __stdcall for mingwpatthoyts2005-04-06
* Made GetPerformanceInfo dynamically available at runtime only if thepatthoyts2005-04-06
* Disabled from jim-win32.c commands that need include <psapi.h>antirez2005-04-05
* Implemented the C API "background" for the packages system of Jim.antirez2005-03-31
* Added a bunch of cursor handling apispatthoyts2005-03-14
* delProc callback added to Jim_CreateCommand().antirez2005-03-05
* JIM_NOTUSED moved after var declarations blocks.antirez2005-03-04
* $id: ..$ strings addedantirez2005-03-04
* Added JIM_NOTUSED macro. Macro used where appropriate.antirez2005-03-04
* Applied patches 363 and 366 for const correctness to the win32 modules and ji...patthoyts2005-03-03
* shell and library splitted. Now jim.c contains only theantirez2005-03-02
* removed JIM_EXTENSION define from extensions. Is no longerantirez2005-03-02
* win32 compilation under mingw fixed,antirez2005-03-02
* Codified structure reppatthoyts2005-03-02
* Whitespace police and added new APIs. GetPerformaceInfo, LoadLibary,patthoyts2005-03-02
* A few more APIs and a macro for declaring them.patthoyts2005-02-28
* Added some more API functions, Beep, GetComputerName, SetComputerName,patthoyts2005-02-28
* jim-win32 changes to fix the last commit.antirez2005-02-28
* win32.CloseWindow added, ctype.h included in jim-win32.cantirez2005-02-28
* Fixed line endings and added findwindowpatthoyts2005-02-28
* aritymin/aritymax information no longer used for C-coded commands.antirez2005-02-27
* win32 test extensiona added (thanks to Pat Thoyts)antirez2005-02-27