James Chen
|
6bdef136a7
|
Merge pull request #6145 from wefiends/set_fullscreen_videomode
CCGLView: Add createWithFullscreen overloaded method that sets video mode.
|
2014-04-10 12:45:57 +08:00 |
James Chen
|
890dd64d38
|
issue #4729: some warning fixes and compilation error fixes on win32.
|
2014-04-10 01:29:13 +08:00 |
Nick Barrios
|
9c2a148256
|
CCGLView: Remove createWithFullScreen(const std::string& viewName, Size size) overload. Use more specific createWithFullScreen(const std::string& viewName, const GLFWvidmode &videoMode, GLFWmonitor *monitor) instead.
|
2014-04-08 14:02:36 -04:00 |
Nick Barrios
|
6b8d5dd090
|
CCGLView: Add support for specifying video mode and monitor for fullscreen window creation.
|
2014-04-08 13:33:24 -04:00 |
Nick Barrios
|
eae1ccb279
|
CCGLView: Remove frameZoomFactor param from createWithFullScreen overload.
|
2014-04-04 06:26:00 -04:00 |
Nick Barrios
|
58224d9b23
|
CCGLView: Add createWithFullscreen overloaded method that allows passing in Size, to set video mode.
|
2014-04-04 06:02:29 -04:00 |
James Chen
|
1003847cd1
|
Mac build fix after merging https://github.com/cocos2d/cocos2d-x/pull/5989
|
2014-03-26 15:44:38 +08:00 |
James Chen
|
740aa30713
|
closed #4447: [Desktop] Can't receive touchEnded event when mouse up outside of window
|
2014-03-19 17:09:10 +08:00 |
James Chen
|
177bf4df9d
|
Some warning fixes.
|
2014-03-14 15:38:43 +08:00 |
James Chen
|
77a8476c80
|
GLView::end needs to release self.
|
2014-03-12 21:45:57 +08:00 |
James Chen
|
ae2f7a4a7d
|
updateDesignResolution -> updateDesignResolutionSize.
|
2014-03-07 14:01:30 +08:00 |
James Chen
|
d699f62193
|
Tab -> 4 spaces, remove unused spaces.
|
2014-03-07 13:59:56 +08:00 |
James Chen
|
8b359dd90e
|
Refactoring GLView for desktop platforms, and adding protected method `updateDesignResolutionSize` for GLViewProtocol class.
|
2014-03-07 13:51:12 +08:00 |
James Chen
|
1b91234325
|
Merge pull request #5283 from seemk/director_cleanup_fix
closed #4099: Fixed crashing when calling CCDirector's end() on win32.
|
2014-02-24 16:58:34 +08:00 |
chuanweizhang2013
|
e9dd3d828a
|
issue #3498: commit jsruntime
|
2014-02-10 18:15:30 +08:00 |
Siim Kallas
|
881757a792
|
Fixed crashing when calling CCDirector's end().
|
2014-02-01 22:10:00 +02:00 |
Ricardo Quesada
|
924951d3b5
|
glview uses rect instead of size
this is because it could be needed if you want to create a view
inside a window in an specific position
|
2014-01-30 20:16:40 -08:00 |
Ricardo Quesada
|
7da8c84a75
|
Renames EGLView -> GLView
|
2014-01-30 16:51:43 -08:00 |