Commit Graph

19 Commits

Author SHA1 Message Date
Camilla Berglund b8c16e49f1 Removed window size DWIM. 2012-11-22 17:04:54 +01:00
Camilla Berglund 18d71c2b6d Made window-related callbacks per-window.
This makes polymorphic behaviour easier to implement and avoids the problem of
events being triggered before the GLFW window object is fully usable.
2012-10-29 13:36:01 +01:00
Camilla Berglund 89018331f7 Fixed invalid uses of glfwDestroyWindow. 2012-09-13 17:29:07 +02:00
Camilla Berglund 2f095cc9e3 Removed implicit glfwMakeCurrentContext.
Implicitly making the context current makes sense in a
single-window API but less sense in a multi-window one.
2012-08-10 15:29:45 +02:00
Camilla Berglund 2410e2aaf4 Replaced automatic closing with window parameter. 2012-08-10 13:31:15 +02:00
Camilla Berglund 585a840329 Added window parameter to glfwSwapBuffers. 2012-08-06 18:13:37 +02:00
Camilla Berglund aff30d0baa Renamed window creation/destruction functions.
Renamed glfwOpenWindow to glfwCreateWindow.
Renamed glfwCloseWindow to glfwDestroyWindow.
Renamed glfwOpenWindowHint to glfwWindowHint.
2012-08-06 17:59:34 +02:00
Camilla Berglund 2972cdfeb1 Removed glfwIsWindow. 2012-08-03 16:20:52 +02:00
Camilla Berglund f8a726371e Fixed test description. 2012-04-12 18:42:56 +02:00
Camilla Berglund 9ace27f97b Updated clipboard test. 2012-04-12 17:28:58 +02:00
Camilla Berglund f868712f02 Simplified clipboard API. 2012-04-12 00:51:58 +02:00
Camilla Berglund 67a3f5dc8f Added error callback. 2012-04-09 17:41:17 +02:00
Camilla Berglund bf1ada029b Added window parameter to clipboard API. 2012-04-09 16:00:54 +02:00
Camilla Berglund 7044ed6f06 Simplified and made clipboard API more type safe. 2012-04-09 15:54:36 +02:00
Camilla Berglund 2ad5764f06 Formatting. 2012-03-29 13:44:55 +02:00
Camilla Berglund cca6b52120 Formatting. 2012-03-29 13:31:19 +02:00
Camilla Berglund e49f1b8801 Fixed broken example. 2012-03-29 13:30:40 +02:00
Camilla Berglund a1d5fc039d Added support for right control key. 2012-03-28 15:07:47 +02:00
Tai Chi Minh Ralph Eastwood f332e0009d Add mising clipboard test program. 2012-02-19 05:39:21 +00:00