Commit graph

  • 713f269ce8 Merge pull request #270 from tomaka/tomaka-patch-2 tomaka 2015-02-12 19:11:46 +0100
  • 59220d35ce Fix poll_events returning None when it shouldn't tomaka 2015-02-12 18:42:02 +0100
  • de56a569e8 Merge pull request #269 from tomaka/tomaka-patch-2 tomaka 2015-02-11 15:39:14 +0100
  • d1bf1e8ac0 Fix poll_events() blocking on win32 tomaka 2015-02-11 15:34:08 +0100
  • 4500702a02 Merge pull request #70 from tomaka/fix-iterators tomaka 2015-02-10 22:34:18 +0100
  • 605bd37554 Merge pull request #267 from tomaka/x11-get-outer-size tomaka 2015-02-10 14:51:41 +0100
  • 4c8628ed67 Implement get_outer_size() on x11 tomaka 2015-02-10 14:40:03 +0100
  • c62f59712a Merge pull request #264 from tomaka/cleaner-win32 tomaka 2015-02-10 13:29:29 +0100
  • e9a775c6b1 Implement win32 initialization in a cleaner way Pierre Krieger 2015-01-14 10:04:28 +0100
  • 95b1c96181 Mac: Use platform specific iterators. Glenn Watson 2015-02-10 16:33:04 +1000
  • 8b3750ec3d Android: Use platform specific iterators. Glenn Watson 2015-02-10 13:59:20 +1000
  • 4bfcedad3e X11: use platform specific iterators instead Pierre Krieger 2015-02-02 10:26:11 +0100
  • 49e3fbdd71 Win32: use platform-specific iterators instead Tomaka17 2014-10-25 11:22:52 +0200
  • 9884908240 Merge pull request #261 from glennw/fix-osx-mouse-wheel tomaka 2015-02-10 08:20:05 +0100
  • 25fa4dfef6 Make the mouse wheel events match natural direction on osx. Glenn Watson 2015-02-10 12:22:17 +1000
  • 98345b701f Merge pull request #258 from ozkriff/android_color_and_depth_bits tomaka 2015-02-08 08:03:26 +0100
  • 81dbaea29e android: Implemented color_bits and depth_bits Andrey Lesnikov 2015-02-08 02:32:29 +0300
  • cef64c3a8e Merge pull request #255 from tomaka/update tomaka 2015-02-06 09:31:57 +0100
  • 28955c69d0 Update with libc change Pierre Krieger 2015-02-06 09:21:55 +0100
  • 6b52bf95a4 Merge pull request #254 from aepsil0n/mousebutton-renaming tomaka 2015-02-05 18:37:53 +0100
  • a6a43dbe65 Merge pull request #252 from Manishearth/linux-keys tomaka 2015-02-05 18:37:21 +0100
  • 256645cc3c Add some more support for X11 keys (partially fixes #251) Manish Goregaokar 2015-02-05 05:51:14 +0530
  • b2367fe2e6 Rename enum variants of MouseButton Eduard Bopp 2015-02-05 16:52:53 +0100
  • a3cd89c2dc Merge pull request #253 from tomaka/update tomaka 2015-02-05 09:33:46 +0100
  • 106ca8a30a Fix "fullscreen" example with latest rustc Pierre Krieger 2015-02-05 09:20:12 +0100
  • 03e9d78b3a Merge pull request #250 from bjz/osx-window tomaka 2015-02-03 12:31:55 +0100
  • 4632e83156 Add tempory fix for #248 Brendan Zabarauskas 2015-02-03 22:17:59 +1100
  • 7ced7cb674 Merge pull request #247 from akiss77/pr-xerrorevent tomaka 2015-02-02 08:51:21 +0100
  • e4469cfce7 Reorder the fields of XErrorEvent to match the struct layout found in recent Xlib.h Akos Kiss 2015-02-01 22:08:34 +0000
  • be092183a6 Merge pull request #241 from tomaka/add-webgl tomaka 2015-01-30 21:07:20 +0100
  • 8615aa5aa5 Merge pull request #243 from bjz/osx-window tomaka 2015-01-30 12:56:29 +0100
  • 9b530cdf40 Fix OSX build Brendan Zabarauskas 2015-01-30 22:14:49 +1100
  • 26c0c966d5 Merge pull request #239 from glennw/fix-close-crash tomaka 2015-01-29 22:47:15 +0100
  • 1b73aeaa24 On some X11 driver implementations, calling XCloseDisplay from a different 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. Glenn Watson 2015-01-29 09:58:57 +1000
  • 48ab960176 Add WebGL in the APIs list Pierre Krieger 2015-01-29 18:36:03 +0100
  • 5611a32513 Merge pull request #238 from andrewrk/master tomaka 2015-01-29 01:17:09 +0100
  • 6a27fa9d26 fix for rust nightly Andrew Kelley 2015-01-28 12:43:44 -0700
  • 1a9cf9bc5c Merge pull request #231 from bjz/osx-window tomaka 2015-01-26 10:55:35 +0100
  • 9705606a20 Merge pull request #230 from retep998/update-winapi tomaka 2015-01-26 07:34:07 +0100
  • 73078e0569 Rename osx->cocoa Brendan Zabarauskas 2015-01-26 14:28:12 +1100
  • 44c21c4bbb Implement some more osx stuff Brendan Zabarauskas 2015-01-26 14:22:50 +1100
  • 33cd252f99 Upgrade to latest winapi Peter Atashian 2015-01-25 21:52:17 -0500
  • df5fe355df Merge pull request #229 from bjz/osxup Brendan Zabarauskas 2015-01-26 11:04:38 +1100
  • 6b31fe9b1c {true, false}->{YES, NO} Brendan Zabarauskas 2015-01-26 10:59:40 +1100
  • f8c66ff2a9 Merge pull request #220 from tomaka/x11-vsync tomaka 2015-01-25 12:56:15 +0100
  • a2e03e7c15 Merge pull request #221 from tomaka/fix-rc tomaka 2015-01-25 12:55:58 +0100
  • aa92625064 Merge pull request #224 from andrewrk/fix-error-trait tomaka 2015-01-24 07:57:01 +0100
  • 02a57e0422 fix for latest rustc Andrew Kelley 2015-01-23 18:50:06 -0700
  • bd3d7513f8 Merge pull request #223 from Ms2ger/CString tomaka 2015-01-23 22:02:08 +0100
  • 8005b012ce Fix a use-after-free in Android get_proc_address. Ms2ger 2015-01-23 19:24:42 +0100
  • 56c6afd03c Fix race condition with XOpenIM Pierre Krieger 2015-01-23 11:04:40 +0100
  • 36538b5634 Merge pull request #219 from bjwbell/remove-deadcode-warning tomaka 2015-01-23 09:40:41 +0100
  • b05ef16d81 Implement vsync for x11 and add vsync example Pierre Krieger 2015-01-23 09:31:05 +0100
  • 60ec8542ab Merge pull request #218 from bjwbell/disable-unstable-warnings tomaka 2015-01-23 09:29:21 +0100
  • 3e06c1c0e2 Remove deadcode warning in BuilderAttribs Bryan Bell 2015-01-23 00:15:18 -0800
  • 6ea483dc78 Disable compiler unstable warnings Bryan Bell 2015-01-22 23:40:17 -0800
  • 1d6b863cd4 Merge pull request #217 from glennw/context-fallback tomaka 2015-01-22 21:37:07 +0100
  • de3f354566 Fix log prefix Glenn Watson 2015-01-23 06:01:22 +1000
  • 13be9b2598 Merge pull request #216 from jdm/osx Brendan Zabarauskas 2015-01-22 15:53:12 +1100
  • 19475f8521 Some GPU/driver combinations have glxCreateContextAttribsARB present, but it fails with an X error. In this case, catch the X error and fall back to the old method of creating a context. Glenn Watson 2015-01-22 12:02:02 +1000
  • e12e4bf38f Fix OS X build. Josh Matthews 2015-01-21 10:58:08 -0500
  • 862baf8220 Merge pull request #215 from akiss77/pr-u8-c_char-upstream tomaka 2015-01-20 23:04:39 +0100
  • 935e5a36a2 c_char isn't always i8 Akos Kiss 2015-01-20 17:09:13 +0000
  • 4d12d3ea3d Merge pull request #214 from bjz/osx-window Brendan Zabarauskas 2015-01-20 22:38:25 +1100
  • de8fe684e7 Move osx delegate stuff into separate type Brendan Zabarauskas 2015-01-20 08:12:53 +1100
  • d48ccb381a Merge pull request #213 from tomaka/permanent-iterators tomaka 2015-01-19 13:46:30 +0100
  • 8fcd676714 Iterators returned by wait_events and poll_events are now persistent Pierre Krieger 2015-01-19 13:04:14 +0100
  • a203385e76 if letify Brendan Zabarauskas 2015-01-19 22:35:34 +1100
  • b6f3bfa768 Merge pull request #211 from glennw/upstream-fixes tomaka 2015-01-19 11:27:47 +0100
  • 213f8b8534 Fix android API Glenn Watson 2015-01-19 11:59:34 +1000
  • fd5e77f23e Add missing get_api stubs. Add hidpi_factor() support for retina displays. Fix Resize and MouseMoved events to handle retina displays. Fix inverted y position for MouseMoved events on mac. Fix initial painting on retina display. Glenn Watson 2014-12-19 11:27:03 +1000
  • bcda363188 Merge pull request #210 from tomaka/fix-winapi tomaka 2015-01-18 13:51:43 +0100
  • c2c43b80b3 Fix for changes in winapi Pierre Krieger 2015-01-18 13:48:43 +0100
  • 0d114c72b3 Merge pull request #209 from bjz/osx-window tomaka 2015-01-18 10:38:59 +0100
  • 1891764afd Clean up pattern matches Brendan Zabarauskas 2015-01-18 20:22:33 +1100
  • f8f2950afd Remove unnecessary inner method Brendan Zabarauskas 2015-01-18 20:11:23 +1100
  • f5fb030c36 Squash some warnings Brendan Zabarauskas 2015-01-18 19:51:23 +1100
  • 00460364ca Merge pull request #208 from kazimuth/osxcontext tomaka 2015-01-18 09:09:50 +0100
  • 75c14c5213 Remove AsciiExt import, s/uint/u32/, delete some files I accidentally committed (whoops) James Gilles 2015-01-17 21:01:13 -0500
  • 211a326036 Merge PixelPirate's changes and fix merge conflicts James Gilles 2015-01-17 20:42:44 -0500
  • 495f6f886d Merge pull request #207 from tomaka/update-rustc tomaka 2015-01-17 18:07:29 +0100
  • 7557dc52fc Update for rustc/cargo Pierre Krieger 2015-01-17 18:02:22 +0100
  • f1ec5db585 Merge pull request #206 from tomaka/non-mutable-set-cursor tomaka 2015-01-17 08:46:25 +0100
  • e7e66b057d Change &mut self to &self in set_cursor Bryan Bell 2015-01-16 19:20:12 -0800
  • 2cabfdd373 Merge pull request #204 from tomaka/fix-osx-attempt tomaka 2015-01-15 21:01:21 +0100
  • 3ce5fd08a8 More OS/X fixes Pierre Krieger 2015-01-15 20:59:54 +0100
  • afba03bf2a Merge pull request #203 from tomaka/osx-fix-attempt tomaka 2015-01-15 20:49:44 +0100
  • c3b2f45ca3 More OS/X fixes Pierre Krieger 2015-01-15 20:49:03 +0100
  • 1e2248a441 Merge pull request #202 from tomaka/osx-fix-attempt tomaka 2015-01-15 20:26:24 +0100
  • 7652cc5860 Blind attempt to fix the OS/X build Pierre Krieger 2015-01-15 20:20:52 +0100
  • 22a27767d5 Merge pull request #200 from ozkriff/master tomaka 2015-01-15 09:04:03 +0100
  • 5a589b1783 android: Fixed depth buffer Andrey Lesnikov 2015-01-15 10:05:19 +0300
  • e3943945c7 Merge pull request #197 from ozkriff/master tomaka 2015-01-13 20:59:48 +0100
  • 5a4fee967a x11, android, win32: [ui]size, [u]int -> [ui]32 Andrey Lesnikov 2015-01-13 15:21:36 +0300
  • 2d4f1c72fb Merge pull request #196 from ozkriff/master tomaka 2015-01-13 12:18:32 +0100
  • d11f63a749 Fixed android: Added 'MouseCursor' import Andrey Lesnikov 2015-01-13 13:58:05 +0300
  • 05a03fb6a1 Merge pull request #192 from bjwbell/mouse-cursors tomaka 2015-01-13 10:43:46 +0100
  • 0fba0a9a73 Code review comments Bryan Bell 2015-01-13 01:23:34 -0800
  • 88fd84f595 Merge pull request #195 from tomaka/appveyor-badge tomaka 2015-01-13 09:44:49 +0100
  • 746af5a835 Add appveyor build status in README Pierre Krieger 2015-01-13 09:43:09 +0100