aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/win32
Commit message (Expand)AuthorAgeFilesLines
* Modified Windows key event handling to support modifier keys.Dylan Ede2015-08-262-10/+23
* Cleanup unused import stuffPeter Atashian2015-08-213-17/+10
* Correctly handle eglGetDisplayPierre Krieger2015-08-071-2/+3
* Load the EGL library in platform/windowsPierre Krieger2015-07-272-23/+12
* Merge pull request #529 from tomaka/fix-win32tomaka2015-07-191-1/+1
|\
| * Fix the windows buildPierre Krieger2015-07-191-1/+1
* | Correct window creation on X11Pierre Krieger2015-07-191-0/+1
|/
* Split creating an EGL context in two partsPierre Krieger2015-07-181-2/+2
* DroppedFile event for Win32Denilson M. Amorim2015-06-232-1/+24
* Merge pull request #488 from tomaka/rem-is-closedtomaka2015-06-172-32/+2
|\
| * Remove the is_closed functionPierre Krieger2015-06-162-32/+2
* | Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-2/+3
|/
* Express scroll deltas as either line or pixel deltasRobert Knight2015-06-131-2/+3
* Switch to dwmapiPierre Krieger2015-05-241-9/+3
* Add API for transparency and decorations and add support for win32Pierre Krieger2015-05-242-1/+23
* Allow creating EGL contexts on win32 with the AMD DLLsPierre Krieger2015-05-212-21/+117
* Detach wgl and win32Pierre Krieger2015-05-214-482/+19
* Merge pull request #405 from tomaka/win32-wheeltomaka2015-05-061-1/+2
|\
| * Rework MouseWheel event and fix the values on win32Pierre Krieger2015-04-291-1/+2
* | Merge pull request #409 from kvark/coretomaka2015-05-011-0/+18
|\ \
| * | Introduced GlProfile enumDzmitry Malyshau2015-05-011-7/+9
| * | Implemented gl_core flagDzmitry Malyshau2015-04-301-0/+16
* | | Adding SWP_NOMOVE flag to prevent the window from moving to 0,0 when setting ...datalus2015-04-301-1/+1
|/ /
* | Add a GlContext traitPierre Krieger2015-04-301-40/+39
* | Fix PixelFormat for x11, egl and win32Pierre Krieger2015-04-301-6/+4
* | Add a fallback on win32 if enumerate_arb_pixel_formats returns vec![]Pierre Krieger2015-04-291-1/+6
|/
* Extract headless context from api/win32 to platform/windowsPierre Krieger2015-04-292-42/+0
* Create reorganizationPierre Krieger2015-04-248-0/+1723