aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update for RustcPierre Krieger2015-01-0312-27/+32
|
* Merge pull request #180 from TyOverby/event-changetomaka2015-01-028-65/+77
|\ | | | | Change the way that event iterators are represented.
| * Change the way that events are represented.Ty Overby2015-01-018-65/+77
|/ | | | | | | | | | The bulk of this commit is changing instances of Vec to RingBuf which is optimized for the push_back() / pop_front() strategy that is used internaly in the event system. The glutin custom iterators are now just wrappers around the RingBuf iterator type. This will bring the running time of iterator traversal from O(n^2) to O(n) because shifting-on-delete won't be performed.
* Fix dependencies erroneously removedPierre Krieger2014-12-311-0/+15
|
* Merge pull request #173 from tomaka/change-builder-attribstomaka2014-12-318-61/+131
|\ | | | | Finalize window building API
| * Add missing `with_*` functionsPierre Krieger2014-12-311-0/+35
| |
| * Add `build_strict` function on buildersPierre Krieger2014-12-311-0/+20
| |
| * Unify WindowBuilder and HeadlessRendererBuilder for easier implementationsPierre Krieger2014-12-318-61/+76
|/
* Bump version numberPierre Krieger2014-12-301-16/+1
|
* Merge pull request #179 from tomaka/use-cratesiotomaka2014-12-301-3/+3
|\ | | | | Use gl_common and gl_generator from crates.io
| * Use gl_common and gl_generator from crates.ioPierre Krieger2014-12-301-3/+3
| |
* | Merge pull request #178 from tomaka/update-rustctomaka2014-12-308-4/+41
|\| | | | | Update for changes in Send/Sync traits
| * Update for changes in Send/Sync traitsPierre Krieger2014-12-308-4/+41
|/
* Merge pull request #174 from tomaka/travis-docs-headlesstomaka2014-12-281-1/+1
|\ | | | | Generate docs for headless functionnalities too
| * Generate docs for headless functionnalities tooPierre Krieger2014-12-281-1/+1
|/
* Merge pull request #172 from ozkriff/mastertomaka2014-12-262-12/+7
|\ | | | | Removed 'extern crate gl_generator' and implemented 'poll_events'
| * android: Implemented basic poll_events()Andrey Lesnikov2014-12-261-10/+7
| |
| * Removed 'extern crate gl_generator'Andrey Lesnikov2014-12-261-2/+0
|/
* Merge pull request #171 from tomaka/update-gl-generatortomaka2014-12-247-57/+79
|\ | | | | Update for gl_generator's changes
| * Update for gl_generator's changesPierre Krieger2014-12-247-57/+79
| |
* | Merge pull request #168 from tomaka/fix-appveyortomaka2014-12-231-1/+1
|\| | | | | Fix the appveyor build
| * Fix the appveyor buildPierre Krieger2014-12-231-1/+1
|/
* Merge pull request #170 from tomaka/update-rustctomaka2014-12-233-14/+20
|\ | | | | Update for rustc
| * Update for rustcPierre Krieger2014-12-233-14/+20
| |
* | Merge pull request #169 from glennw/mac-vistomaka2014-12-231-1/+1
|\ \ | |/ |/| Fix passing visibility through for mac.
| * Fix passing visibility through for mac.Glenn Watson2014-12-231-1/+1
|/
* Merge pull request #167 from tomaka/fix-appveyortomaka2014-12-201-1/+1
|\ | | | | Fix appveyor build
| * Fix appveyor buildPierre Krieger2014-12-201-1/+1
|/
* Fix win32 build without the "window" featurePierre Krieger2014-12-201-1/+0
|
* Merge pull request #166 from Cifram/mastertomaka2014-12-204-4/+4
|\ | | | | Add semicolons after macro invocations, as required by the latest nightly.
| * Add semicolons after macro invocations, as required by the latest nightly.Michael Powell2014-12-194-4/+4
|/
* Merge pull request #165 from glennw/mac-visibletomaka2014-12-191-3/+7
|\ | | | | Add support for visible parameter on mac.
| * Add support for visible parameter on mac.Glenn Watson2014-12-191-3/+7
|/
* Merge pull request #160 from glennw/mac-resizetomaka2014-12-187-35/+111
|\ | | | | Add callback function to allow resize messages to be sent on mac.
| * Add experimental attribute since this API will need to be cleaned up.Glenn Watson2014-12-191-0/+2
| |
| * Add resize example, fix warnings, make callback an option so it can be removed.Glenn Watson2014-12-197-22/+26
| |
| * Add callback function to allow resize messages to be sent on mac.Glenn Watson2014-12-196-32/+102
|/
* Merge pull request #161 from glennw/thread-proxytomaka2014-12-188-52/+187
|\ | | | | Introduce a WindowProxy for accessing a subset of functionality
| * Change todo to unimplementedGlenn Watson2014-12-192-2/+2
| |
| * Add mac implementation of wakeup_event_loop.Glenn Watson2014-12-181-1/+17
| |
| * Fix event nameGlenn Watson2014-12-182-4/+4
| |
| * Introduce a WindowProxy for accessing a subset of functionalityGlenn Watson2014-12-178-52/+171
| | | | | | | | | | | | | | from other threads. This currently provides a way for other threads to wakeup a blocked event loop on X11. Other platforms have stub functions that need to be implemented. This is similar to the functionality of glfwPostEmptyEvent.
* | Merge pull request #164 from glennw/scroll-wheeltomaka2014-12-181-2/+2
|\ \ | | | | | | Add scroll wheel events for mac.
| * | Add scroll wheel events for mac.Glenn Watson2014-12-181-2/+2
| |/
* | Add links to documentationPierre Krieger2014-12-172-0/+3
| |
* | Fix travis secure tokenPierre Krieger2014-12-171-1/+1
| |
* | Add automatic gh-pages deployment in travisPierre Krieger2014-12-171-0/+13
| |
* | Merge pull request #163 from tomaka/update-rustctomaka2014-12-171-8/+8
|\ \ | | | | | | Update for rustc for x11
| * | Update for rustc for x11Pierre Krieger2014-12-171-8/+8
|/ /
* | Merge pull request #162 from tomaka/winapi-loctomaka2014-12-171-2/+2
|\ \ | |/ |/| Use "winapi" from crates.io