Historique des commits

Auteur SHA1 Message Date
  Sam Lantinga 3da7c6305a Assert that we have drawn the expected number of points il y a 3 ans
  Sam Lantinga 9f56faeedc Added line drawing using Bresenham's line algorithm (thanks @rtrussell!) il y a 3 ans
  Sam Lantinga fe3a33a092 Use RenderGeometry for drawing lines at all scales il y a 3 ans
  Neal Gompa 0696fc0134 cmake: Split SDL2-static and SDL2main into their own target exports il y a 3 ans
  Sam Lantinga 1694782b2a Remove redundant work when render scale is 1.0 il y a 3 ans
  Sam Lantinga 2026a78dc2 Don't flush in RenderDraw*WithRects() il y a 3 ans
  Sam Lantinga 18e4d9fed1 Re-enable line drawing path in render drivers il y a 3 ans
  Sam Lantinga dca281e810 Fixed getting different results for SDL_PollEvent(NULL) and SDL_PollEvent(&event) il y a 3 ans
  Ozkan Sezer 93cab32db3 minor update to test/Makefile.os2 il y a 3 ans
  Ozkan Sezer 4472b83129 PSP_RunCommandQueue: fix argument to PSP_SetBlendState() il y a 3 ans
  Ozkan Sezer df1474b46e psp/SDL_sysfilesystem.c: fixed a minor compiler warning. il y a 3 ans
  Ozkan Sezer 21914b4e2f updated Makefile.psp and SDL_config_psp.h il y a 3 ans
  Ryan C. Gordon f62b807174 wikiheaders.pl: Put the manpages in man/man3 il y a 3 ans
  Sam Lantinga 9294634840 Updated to version 2.0.20 for release il y a 3 ans
  Ryan C. Gordon cc2013378d render: Fixed some compiler warnings. il y a 3 ans
  Sam Lantinga 289c3fbb64 Revert "We only need to add the sentinel at the top of SDL_WaitEventTimeout()" il y a 3 ans
  Sam Lantinga 1085c317a5 Use the requested cursor size instead of the default cursor size il y a 3 ans
  Ryan C. Gordon 6d3b5d66cd psp: draw lines with RenderGeometry, same as with the other renderers. il y a 3 ans
  Sylvain 9cb2c549fa Remove QueueDrawLines from D3D, D3D11 il y a 3 ans
  Sylvain b88b6b3c23 Remove QueueDrawLines from METAL il y a 3 ans
  Sylvain 9aac55317d Remove QueueDrawLines from GL, GLES, GLES2 il y a 3 ans
  Sylvain 8ea8b2e697 Use QueueDrawLine if provided, otherwise use RenderGeometry il y a 3 ans
  Sylvain Becker c498727471 render: Use RenderGeometry to draw lines il y a 3 ans
  Sam Lantinga 4b38d4c96b Leave the Metal view active on the window when recreating the Metal renderer il y a 3 ans
  Ryan C. Gordon 88ac517df0 opengles2: Fix point drawing. il y a 3 ans
  Sam Lantinga 957c48b4c7 Fixed detecting focus change to child dialogs il y a 3 ans
  Sam Lantinga c477768e6f We only need to add the sentinel at the top of SDL_WaitEventTimeout() il y a 3 ans
  Cameron Gutman e9134b045a events: Only add sentinels for pumping done inside SDL_WaitEventTimeout() il y a 3 ans
  Sam Lantinga 954858846d Move special sentinel handling inside SDL_PeepEvents() il y a 3 ans
  Sam Lantinga 2592e6219b Clarify that timeout == 0 is handled at the top of SDL_WaitEventTimeout() il y a 3 ans