miniglut
4 years agofinished the MWM fullscreen implementation
John Tsiombikas [Sat, 30 May 2020 03:02:21 +0000 (06:02 +0300)]
finished the MWM fullscreen implementation

4 years agofixed makefile to build on IRIX by auto-detecting it needs to link with
John Tsiombikas [Fri, 29 May 2020 15:01:09 +0000 (18:01 +0300)]
fixed makefile to build on IRIX by auto-detecting it needs to link with
libc and disable the inline assembly hacks

4 years ago- fixed the detection of EHWM _NET_STATE_FULLSCREEN support
John Tsiombikas [Fri, 29 May 2020 14:33:29 +0000 (17:33 +0300)]
- fixed the detection of EHWM _NET_STATE_FULLSCREEN support
- reordered the functions in miniglut.c

4 years agoglutFullScreen() implemented on X11
John Tsiombikas [Thu, 28 May 2020 16:23:25 +0000 (19:23 +0300)]
glutFullScreen() implemented on X11

4 years agofixed keyboard handling on windows
John Tsiombikas [Thu, 28 May 2020 08:37:14 +0000 (11:37 +0300)]
fixed keyboard handling on windows

4 years agowindows glutFullScreen implementation
John Tsiombikas [Thu, 28 May 2020 07:48:11 +0000 (10:48 +0300)]
windows glutFullScreen implementation

4 years agoclient rect adjustment (windows)
John Tsiombikas [Wed, 27 May 2020 17:38:27 +0000 (20:38 +0300)]
client rect adjustment (windows)

4 years agoaddes special key enumerations and translation
John Tsiombikas [Wed, 27 May 2020 13:22:19 +0000 (16:22 +0300)]
addes special key enumerations and translation

4 years agoadded watcom makefile for windows
John Tsiombikas [Wed, 27 May 2020 09:07:48 +0000 (12:07 +0300)]
added watcom makefile for windows

4 years agoprepare release 0.1
John Tsiombikas [Wed, 27 May 2020 07:19:49 +0000 (10:19 +0300)]
prepare release 0.1

4 years agomore msvc trash in .gitignore
John Tsiombikas [Wed, 27 May 2020 07:13:38 +0000 (10:13 +0300)]
more msvc trash in .gitignore

4 years agomade the header compatible with C++
John Tsiombikas [Wed, 27 May 2020 07:02:11 +0000 (10:02 +0300)]
made the header compatible with C++

4 years ago- added animation in the test program to test timers
John Tsiombikas [Wed, 27 May 2020 06:57:27 +0000 (09:57 +0300)]
- added animation in the test program to test timers
- added cross-compile rules in the makefile
- clarified and expanded the README
- added the option to avoid linking with winmm on windows
- removed the GCC builtins as they were pulling math library symbols

4 years agowindows port
John Tsiombikas [Wed, 27 May 2020 05:19:25 +0000 (08:19 +0300)]
windows port

4 years agoremoved X Window parameters to cross-platform functions
John Tsiombikas [Wed, 27 May 2020 03:05:06 +0000 (06:05 +0300)]
removed X Window parameters to cross-platform functions

4 years agoinline assembly for msvc and watcom (untested)
John Tsiombikas [Wed, 27 May 2020 02:59:30 +0000 (05:59 +0300)]
inline assembly for msvc and watcom (untested)

4 years agoprimitives
John Tsiombikas [Tue, 26 May 2020 03:47:44 +0000 (06:47 +0300)]
primitives

4 years agoMiniGLUT initial commit
John Tsiombikas [Mon, 25 May 2020 14:55:00 +0000 (17:55 +0300)]
MiniGLUT initial commit