Commit Graph

190 Commits

Author SHA1 Message Date
faiface 4de5df6980 just align doc comment to 100 chars per line 2017-05-01 01:38:57 +02:00
Michal Štrba a730295ce8 Merge pull request #14 from otraore/set-icon
Add support for setting an icon of a window
2017-05-01 01:33:59 +02:00
Ousmane Traore 4e7e3956db Set value rather than append 2017-04-30 19:30:11 -04:00
Ousmane Traore ac4239754f Address review comments 2017-04-30 18:43:05 -04:00
Ousmane Traore 8ae8551fda Add Icons paramter to window config 2017-04-30 17:19:51 -04:00
faiface 2c1528a927 fix Window.CursorVisible intial value (was false) 2017-04-30 20:42:25 +02:00
Ousmane Traore b6620c9775 Address review comments 2017-04-30 12:33:27 -04:00
Ousmane Traore 2fa80f7d42 Add ability to hide the cursor 2017-04-30 10:40:31 -04:00
faiface c12d22757d add Canvas.SetPixels and Canvas.Pixels methods 2017-04-28 13:24:30 +02:00
Paul Ivanov 8643f6d0d0 fix for 'texture' as a variable error, closes #4 2017-04-26 08:35:10 -07:00
faiface 639bd44303 temporarily fix issue #1 2017-04-22 13:15:57 +02:00
faiface d214312c06 remove debug print 2017-04-21 23:10:02 +02:00
faiface 7b7b663f7d fix Canvas drawing when bounds don't start at (0, 0) 2017-04-21 23:07:48 +02:00
faiface 00bd0fe945 add pixelgl package doc 2017-04-21 17:00:18 +02:00
faiface 79b6412a14 minor change 2017-04-13 20:30:32 +02:00
faiface 4ce6e2b3c4 remove a bunch of unnecessary Window control methods 2017-04-13 15:03:13 +02:00
faiface 87b57f21cb fix Canvas.Draw 2017-04-12 16:02:39 +02:00
faiface cb9e936395 add Canvas.Draw 2017-04-12 16:00:56 +02:00
faiface bce553aeec remove accidentaly kept updateLock field from GLTriangles 2017-04-12 11:25:11 +02:00
faiface 41e5e8ca77 fix race condition in GLTriangles 2017-04-11 15:02:58 +02:00
faiface 3e65588e00 adopt RGB and Alpha 2017-04-10 17:25:56 +02:00
faiface 5d82c3cdb9 rename ComposeDst* -> ComposeR* + add ComposePlus, ComposeCopy 2017-04-10 13:59:16 +02:00
faiface 8489bdad27 fix compile error 2017-04-10 00:48:17 +02:00
faiface c2633848f6 remove smooth argument from Canvas constructor 2017-04-10 00:47:06 +02:00
faiface 8379e17cac fix drawing onto Canvas 2017-04-10 00:41:56 +02:00
faiface 5be03c8beb add Window.SetComposeMethod 2017-04-10 00:41:48 +02:00
faiface 3068153419 add Canvas.SetComposeMethod 2017-04-10 00:30:50 +02:00
faiface 9238e701a7 use glhf.BlendFunc 2017-04-09 23:16:34 +02:00
faiface f4916a4272 replace NRGBA to RGBA because Porter-Duff (!!!) 2017-04-09 22:00:26 +02:00
faiface e6af9eb3c2 fix typo in Window doc 2017-04-08 18:05:50 +02:00
faiface 5097bc9cac adjust WindowConfig doc, more consistent with the rest 2017-04-07 12:34:16 +02:00
faiface 8db95af845 fix GLFrame.SetBounds to not reallocate when not necessary 2017-04-05 23:20:55 +02:00
faiface 1a2ca3264d add Window.Color 2017-04-02 19:08:48 +02:00
faiface 46c8784df0 split Canvas into Canvas+GLFrame + add GLPicture 2017-04-01 21:54:44 +02:00
faiface f9482d311f remove Slice and Original from Canvas 2017-03-31 15:03:06 +02:00
faiface 0b3cfac547 remove Slice and Original from Picture interface 2017-03-30 23:34:07 +02:00
faiface 379b4df667 adopt new ToNRGBA function 2017-03-23 23:07:49 +01:00
faiface 4b17773a1a fix bug in Canvas.MakeTriangles 2017-03-20 23:11:50 +01:00
faiface 4c526867a4 heavily optimize Canvas.MakePicture with PictureData 2017-03-20 19:54:59 +01:00
faiface 8625586bee fix two misspells 2017-03-16 00:45:04 +01:00
faiface 19ba78bb0c minor changes 2017-03-16 00:15:39 +01:00
faiface 311b474e89 remove last usages of mainthread.CallVal 2017-03-15 23:43:00 +01:00
faiface cd11c39e64 one more doc bug 2017-03-15 22:56:23 +01:00
faiface eab91b4110 fix many bugs in pixelgl doc 2017-03-15 22:55:43 +01:00
faiface 415fc129ca add missing dot in doc 2017-03-15 01:09:33 +01:00
faiface 07ecae706d fix consistency in Canvas.SetBounds 2017-03-14 19:27:28 +01:00
faiface cb3276493d fix window resizing consistency 2017-03-14 18:31:44 +01:00
faiface 203adc914b change Rect to have Min, Max instead of Pos, Size 2017-03-13 23:52:34 +01:00
faiface dcf70e5a26 fix mouse moving outside window with glfw callbacks 2017-03-10 13:11:44 +01:00
faiface 3071cf1750 add TODO comment 2017-03-10 00:56:35 +01:00