aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Extract win32 HeadlessContext to a "headless" modulePierre Krieger2015-02-162-34/+37
|
* 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
|/ /
* | Merge pull request #239 from glennw/fix-close-crashtomaka2015-01-291-17/+25
|\ \ | |/ |/| Fix crash on close in some X11 drivers
| * On some X11 driver implementations, calling XCloseDisplay from a different ↵Glenn Watson2015-01-301-17/+25
|/ | | | | | | thread causes memory corruption, resulting in a crash. Change window proxy to be a weak reference so that the XCloseDisplay is always called from the main window.
* Merge pull request #238 from andrewrk/mastertomaka2015-01-294-4/+4
|\ | | | | fix for rust nightly
| * fix for rust nightlyAndrew Kelley2015-01-284-4/+4
|/
* Merge pull request #231 from bjz/osx-windowtomaka2015-01-265-21/+31
|\ | | | | Implement some more Cocoa stuff
| * Rename osx->cocoaBrendan Zabarauskas2015-01-265-2/+2
| |
| * Implement some more osx stuffBrendan Zabarauskas2015-01-261-19/+29
| |
* | Merge pull request #230 from retep998/update-winapitomaka2015-01-265-55/+72
|\ \ | | | | | | Upgrade to latest winapi
| * | Upgrade to latest winapiPeter Atashian2015-01-255-55/+72
|/ / | | | | | | Signed-off-by: Peter Atashian <retep998@gmail.com>
* | Merge pull request #229 from bjz/osxupBrendan Zabarauskas2015-01-261-8/+8
|\| | | | | {true, false}->{YES, NO}