Commit Graph

855 Commits

Author SHA1 Message Date
Camilla Berglund 2ac8da7465 Merged patch #3519669. 2012-04-22 12:58:05 +02:00
Camilla Berglund 322ddff5f8 Merge branch 'master' of github.com:elmindreda/glfw 2012-04-22 00:21:53 +02:00
Camilla Berglund 97f7e60f8b Added credits. 2012-04-22 00:21:42 +02:00
Camilla Berglund bb7e7d1883 Merge pull request #5 from belkiss/master
Fixed typo in video mode size comparison.
2012-04-21 14:25:31 -07:00
Lambert Clara 7a5c2d5f75 Fix clang warning : self-comparison always evaluates to false 2012-04-21 11:47:58 +02:00
Camilla Berglund 68122f8134 Merge branch 'master' of github.com:elmindreda/glfw 2012-04-19 16:58:19 +02:00
Camilla Berglund 141b56afc0 Added libm as direct dependency for tests and examples. 2012-04-19 16:57:44 +02:00
Camilla Berglund 53fab2f16b Fixed VC++ errors. 2012-04-17 17:55:11 +02:00
Camilla Berglund 24fa448535 Merge pull request #4 from quarnster/patch-1
Added inclusion of sys/param.h needed for MAXPATHLEN.
2012-04-16 02:49:07 -07:00
quarnster a73b45b7a7 Need to include sys/param.h for MAXPATHLEN. 2012-04-16 12:33:34 +03:00
Camilla Berglund a7d19ed77e Removed superfluous comment. 2012-04-15 00:40:50 +02:00
Camilla Berglund 4994acb7e1 Removed superfluous test. 2012-04-14 23:01:35 +02:00
Camilla Berglund 351f2b2664 Fixed build setup for clipboard test. 2012-04-13 12:57:04 +02:00
Camilla Berglund 88ce656b1e Removed unused header. 2012-04-13 12:52:07 +02:00
Camilla Berglund f8a726371e Fixed test description. 2012-04-12 18:42:56 +02:00
Camilla Berglund 6502a324d2 Merge branch 'master' of github.com:elmindreda/glfw 2012-04-12 17:29:19 +02:00
Camilla Berglund 9ace27f97b Updated clipboard test. 2012-04-12 17:28:58 +02:00
Camilla Berglund bf5b436ca5 Removed unused variables. 2012-04-12 00:55:30 +02:00
Camilla Berglund f868712f02 Simplified clipboard API. 2012-04-12 00:51:58 +02:00
Camilla Berglund 721e0a7fd0 Clarified comment. 2012-04-11 23:53:47 +02:00
Camilla Berglund 67b5bb1d45 Merge branch 'clipboard' 2012-04-11 23:40:27 +02:00
Camilla Berglund f231ed37f0 Re-worked and fixed X11 clipboard support. 2012-04-11 23:32:50 +02:00
Camilla Berglund 4369a9a6f2 Updated header name. 2012-04-11 11:35:34 +02:00
Camilla Berglund 21faa7b84f Formatting. 2012-04-11 11:33:42 +02:00
Camilla Berglund ad48c0e5ef Added string for new error. 2012-04-10 18:22:15 +02:00
Camilla Berglund e0c4d81e46 Added function for processing only pending events. 2012-04-10 01:15:50 +02:00
Camilla Berglund 0e9e37bfc4 Simplified string storage. 2012-04-10 00:52:21 +02:00
Camilla Berglund 0ee55ab8e5 Updated change log, added credit. 2012-04-10 00:37:53 +02:00
Camilla Berglund 15e8af1f79 Added initial implementation for Cocoa. 2012-04-10 00:34:08 +02:00
Camilla Berglund 8390121869 Fixed legacy C warnings. 2012-04-09 23:56:14 +02:00
Camilla Berglund 3bd54e0b60 Added inclusion of declaration of size_t. 2012-04-09 23:55:44 +02:00
Camilla Berglund 8fe46ac1fe Formatting. 2012-04-09 23:27:06 +02:00
Camilla Berglund ab40dab235 Formatting. 2012-04-09 18:00:22 +02:00
Camilla Berglund ad18589c6c Added initial implementation for Win32. 2012-04-09 17:55:54 +02:00
Camilla Berglund 67a3f5dc8f Added error callback. 2012-04-09 17:41:17 +02:00
Camilla Berglund 877c6337c3 Updated remaining ports. 2012-04-09 16:19:54 +02:00
Camilla Berglund 1214fa1157 Formatting. 2012-04-09 16:03:14 +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 490c472328 Removed unused error. 2012-04-09 15:38:26 +02:00
Camilla Berglund 2bc8d442f4 Formatting. 2012-04-09 15:36:39 +02:00
Camilla Berglund 952c6b7e82 Merge branch 'master' into clipboard 2012-04-09 15:33:03 +02:00
Camilla Berglund fcd67c69ec Simplified clipboard cache layout. 2012-04-09 15:27:32 +02:00
Camilla Berglund b8676f01db Clarified clipboard format atom use. 2012-04-09 15:21:54 +02:00
Camilla Berglund 3252829fe0 Replaced iterators with index. 2012-04-09 15:16:56 +02:00
Camilla Berglund 168aba78d4 Formatting. 2012-04-09 15:12:59 +02:00
Camilla Berglund 508207ae04 Removed superfluous function. 2012-04-09 15:04:14 +02:00
Camilla Berglund d55616661d Removed support for primary and secondary selections. 2012-04-09 15:00:52 +02:00
Camilla Berglund 77633d8d9a Added some missing error reporting. 2012-04-06 14:37:40 +02:00
Camilla Berglund c1dd245d8a Moved input functions to input section. 2012-04-06 14:37:31 +02:00