aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed missing newline in README.Mátyás Mustoha2015-02-181-1/+2
|
* Merge pull request #274 from tomaka/cleanuptomaka2015-02-163-589/+586
|\ | | | | Cleanup crate root by moving headless and window to modules
| * Cleanup crate root by moving headless and window to modulesPierre Krieger2015-02-163-589/+586
| |
* | Merge pull request #278 from tomaka/window-proxy-sendtomaka2015-02-161-0/+9
|\ \ | | | | | | Add test for WindowProxy to implement Send
| * | Add test for WindowProxy to implement SendPierre Krieger2015-02-161-0/+9
| |/
* | Merge pull request #277 from tomaka/win32-callbacktomaka2015-02-163-233/+200
|\ \ | | | | | | Extract callback from win32/init.rs to its own module
| * | Extract callback from win32/init.rsPierre Krieger2015-02-163-233/+200
| |/
* | Merge pull request #276 from tomaka/win32-headlesstomaka2015-02-162-34/+37
|\ \ | | | | | | Extract win32 HeadlessContext to a "headless" module
| * | Extract win32 HeadlessContext to a "headless" modulePierre Krieger2015-02-162-34/+37
| |/
* | Merge pull request #275 from tomaka/win32-eventstomaka2015-02-161-178/+178
|\ \ | |/ |/| Style improvement in win32/event.rs
| * Style improvement in win32/event.rsPierre Krieger2015-02-161-178/+178
|/
* Update README.mdtomaka2015-02-151-0/+12
|
* Merge pull request #272 from tomaka/tomaka-patch-2tomaka2015-02-151-1/+1
|\ | | | | Another fix attempt for .travis.yml
| * Another fix attempt for .travis.ymltomaka2015-02-151-1/+1
|/
* Fix .travis.yml indentationtomaka2015-02-151-11/+11
|
* Merge pull request #271 from tomaka/deploytomaka2015-02-153-2/+39
|\ | | | | Setup deployment on crates.io
| * Setup deployment on crates.ioPierre Krieger2015-02-153-2/+39
|/
* Merge pull request #270 from tomaka/tomaka-patch-2tomaka2015-02-121-116/+116
|\ | | | | Fix poll_events returning None when it shouldn't
| * Fix poll_events returning None when it shouldn'ttomaka2015-02-121-116/+116
|/
* Merge pull request #269 from tomaka/tomaka-patch-2tomaka2015-02-111-1/+1
|\ | | | | Fix poll_events() blocking on win32
| * Fix poll_events() blocking on win32tomaka2015-02-111-1/+1
|/
* Merge pull request #70 from tomaka/fix-iteratorstomaka2015-02-106-341/+440
|\ | | | | Use platform-specific iterators instead
| * Mac: Use platform specific iterators.Glenn Watson2015-02-101-107/+153
| |
| * Android: Use platform specific iterators.Glenn Watson2015-02-101-25/+53
| |
| * X11: use platform specific iterators insteadPierre Krieger2015-02-102-141/+178
| |
| * Win32: use platform-specific iterators insteadTomaka172015-02-102-68/+56
| |
* | Merge pull request #267 from tomaka/x11-get-outer-sizetomaka2015-02-101-5/+5
|\ \ | | | | | | Implement get_outer_size() on x11
| * | Implement get_outer_size() on x11tomaka2015-02-101-5/+5
|/ /
* | Merge pull request #264 from tomaka/cleaner-win32tomaka2015-02-103-29/+49
|\ \ | |/ |/| Implement win32 initialization in a cleaner way
| * Implement win32 initialization in a cleaner wayPierre Krieger2015-02-103-29/+49
|/
* Merge pull request #261 from glennw/fix-osx-mouse-wheeltomaka2015-02-101-1/+1
|\ | | | | Make the mouse wheel events match natural direction on osx.
| * Make the mouse wheel events match natural direction on osx.Glenn Watson2015-02-101-1/+1
|/
* Merge pull request #258 from ozkriff/android_color_and_depth_bitstomaka2015-02-081-11/+27
|\ | | | | android: Implemented color_bits and depth_bits
| * android: Implemented color_bits and depth_bitsAndrey Lesnikov2015-02-081-11/+27
|/
* Merge pull request #255 from tomaka/updatetomaka2015-02-061-1/+2
|\ | | | | Update with libc change
| * Update with libc changePierre Krieger2015-02-061-1/+2
|/
* Merge pull request #254 from aepsil0n/mousebutton-renamingtomaka2015-02-055-28/+28
|\ | | | | Rename enum variants of MouseButton
| * Rename enum variants of MouseButtonEduard Bopp2015-02-055-28/+28
| | | | | | | | | | With enums that are namespaced by default, it seems reasonable to be less redundant in the variant naming here.
* | Merge pull request #252 from Manishearth/linux-keystomaka2015-02-051-49/+49
|\ \ | |/ |/| Add some more support for X11 keys (partially fixes #251)
| * Add some more support for X11 keys (partially fixes #251)Manish Goregaokar2015-02-051-49/+49
|/
* Merge pull request #253 from tomaka/updatetomaka2015-02-051-1/+1
|\ | | | | Fix "fullscreen" example with latest rustc
| * Fix "fullscreen" example with latest rustcPierre Krieger2015-02-051-1/+1
|/
* Merge pull request #250 from bjz/osx-windowtomaka2015-02-031-1/+2
|\ | | | | Add tempory fix for #248
| * Add tempory fix for #248Brendan Zabarauskas2015-02-031-1/+2
| |
* | Merge pull request #247 from akiss77/pr-xerroreventtomaka2015-02-021-1/+1
|\ \ | | | | | | Reorder the fields of `XErrorEvent` to match the struct layout found in recent Xlib.h
| * | Reorder the fields of `XErrorEvent` to match the struct layout found in ↵Akos Kiss2015-02-011-1/+1
|/ / | | | | | | | | | | recent Xlib.h Fixes #244
* | Merge pull request #241 from tomaka/add-webgltomaka2015-01-301-0/+2
|\ \ | | | | | | Add WebGL in the APIs list
| * | Add WebGL in the APIs listPierre Krieger2015-01-291-0/+2
| | |
* | | Merge pull request #243 from bjz/osx-windowtomaka2015-01-301-29/+23
|\ \ \ | | |/ | |/| Fix OSX build
| * | Fix OSX buildBrendan Zabarauskas2015-01-301-29/+23
|/ /