summaryrefslogtreecommitdiff
path: root/src/video/SDL_shape.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-1/+0
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Readability: remove redundant cast to the same typeSylvain Becker2019-10-301-2/+2
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Fixed bug 3699 - Shaped windows are distorted unless width is divisible by 8Sam Lantinga2017-07-111-3/+5
* Fixed crash if calling SDL_CreateShapedWindow() on unsupported platforms.Philipp Wiesemann2017-06-021-0/+4
* Some patches to make SDL compile with armcc (ARM's C compiler).Ryan C. Gordon2017-03-021-1/+7
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Pacify some GCC strict-aliasing compiler warnings.Ryan C. Gordon2016-11-231-4/+4
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fix non-power-of-two shaped windows.J?rgen Tjern?2014-09-021-9/+20
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon2013-11-241-1/+1
* OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo2013-08-211-1/+1
* OCD fixes: Adds a space before */Gabriel Jacobo2013-08-211-1/+1
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-20/+29
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* tree 5b46fd5b8c94Sam Lantinga2013-02-111-1/+0
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga2011-10-311-2/+2
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-16/+15
* Window coordinates are in the global space and windows are not tied to a part...Sam Lantinga2011-02-101-2/+2
* Create all shaped windows at -1000,-1000 and save the real coordinates.egottlieb2010-08-171-1/+1
* Condensed flag-setting code and put parantheses in the appropriate places. I...egottlieb2010-08-161-5/+1
* Set flag bits *exactly* as Andreas showed me in his screenshot. This shouldn...Eli Gottlieb2010-08-151-1/+6
* Added hiding-as-positioning trick and finally fixed flags.egottlieb2010-08-151-3/+4
* Changed flags and positioning (for the fake-hiding) as Andreas recommended.Eli Gottlieb2010-08-151-5/+7
* Mostly seem to have fixed SDL_CalculateShapeTree. Mostly. There still seem ...egottlieb2010-08-141-14/+13
* Finally got the Win32 API code for shaping to work! Just need to fix SDL_Cal...egottlieb2010-08-141-8/+8
* Added SDL_SetWindowPosition() call to SDL_SetWindowShape(), going to see what...Eli Gottlieb2010-08-121-0/+1
* Fixed a bug in X11 shaping that refused to use color-key mode.Eli Gottlieb2010-08-101-2/+1
* Fixed formatting of SDL_shape.c post-merge again.Eli Gottlieb2010-08-091-214/+224
* Fixed overwriting of SDL_shape.c in merge.Eli Gottlieb2010-08-091-226/+216
* Reformatting code to match the rest of SDL. Variable names seem OK; replaced...Eli Gottlieb2010-08-091-215/+225
* Worked on Windows implementation and the quad-trees.egottlieb2010-08-021-0/+3
* Fixed a couple of bugs in the general and X11 shape code, and fixed a bug in ...Eli Gottlieb2010-08-011-7/+11
* Added Andreas's patch to fix my silly C++-style errors.Eli Gottlieb2010-07-291-18/+18
* Wrote out the system for breaking shape-masks into quad-trees of rectangles, ...Eli Gottlieb2010-07-281-1/+107
* OK, it appears that dramatic hacks are not necessary to make Cocoa work...Eli Gottlieb2010-07-261-4/+1
* Rejiggering the way shaped windows are created as preparation for OS X implem...Eli Gottlieb2010-07-261-1/+4
* More work on color-key mode.Eli Gottlieb2010-07-231-1/+1
* Added color-key mode and redid the code to work with it.Eli Gottlieb2010-07-221-21/+22
* Reapplied Win32 make-it-build patch. What's going on? Still get rendering a...Eli Gottlieb2010-07-201-1/+1
* Minor bugfixes. testshape now draws a shaped window with bizarre, pixellated...Eli Gottlieb2010-07-181-6/+17
* Added #define's for error codes returned from SDL shaped-window API.Eli Gottlieb2010-07-181-4/+4
* Rewrote test program for shaped windows. It definitely displays recognizable...Eli Gottlieb2010-07-181-3/+6