aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* glx: Always set CONFIG_CAVEAT to DONT_CAREBoris-Chengbiao Zhou2016-04-131-15/+2
|
* Merge pull request #762 from pierrechevalier83/mastertomaka2016-04-131-1/+1
|\ | | | | Publish 0.5.1
| * Publish 0.5.1Pierre Chevalier2016-04-131-1/+1
|/ | | | - to make the fix for #748 available to the repos downstream that need it
* Merge pull request #761 from pierrechevalier83/mastertomaka2016-04-131-1/+5
|\ | | | | Fix pixel format support detection in glx. #748
| * Fix pixel format support detection in glx. #748Pierre Chevalier2016-04-131-1/+5
|/ | | | | * by accepting GLX_EXT_framebuffer_sRGB as a sRGB capable framebuffer * the new behaviour matches the wgl codel
* Merge pull request #759 from tomaka/tomaka-patch-1tomaka2016-04-111-1/+1
|\ | | | | Publish 0.5.0
| * Publish 0.5.0tomaka2016-04-061-1/+1
| |
* | Merge pull request #755 from BonsaiDen/glx_multisampling_conformancetomaka2016-04-061-9/+16
|\ \ | |/ |/| glx: Support non-conformant multisampling fbconfigs.
| * glx: Support non-conformant multisampling fbconfigs.Ivo Wetzel2016-03-301-9/+16
| |
* | Merge pull request #750 from BonsaiDen/x11_window_size_constraintstomaka2016-03-301-5/+43
|\ \ | | | | | | Add support for X11 window size constraints
| * \ Merge branch 'master' of github.com:tomaka/glutin into ↵Ivo Wetzel2016-03-306-8/+8
| |\ \ | |/ / |/| | | | | x11_window_size_constraints
* | | Merge pull request #752 from RichardlL/mastertomaka2016-03-276-8/+8
|\ \ \ | |_|/ |/| | Changed MouseMoved((i32, i32)) to MouseMoved(i32, i32), breaking change
| * | Changed MouseMoved((i32, i32)) to MouseMoved(i32, i32), breaking changeRichard Lettich2016-03-276-8/+8
|/ /
| * Correctly apply initial size constraints for x11 windows.Ivo Wetzel2016-03-251-2/+18
| |
| * Merge branch 'master' into x11_window_size_constraintsIvo Wetzel2016-03-257-223/+222
| |\ | |/ |/|
* | Merge pull request #744 from adamncasey/patch-1tomaka2016-03-241-34/+28
|\ \ | | | | | | Enable more Windows keys
| * | Enable more Windows keysAdam Casey2016-03-191-34/+28
| | | | | | | | | | | | | | | | | | This should enable most required keys on Windows. Mappings taken from: https://msdn.microsoft.com/en-gb/library/windows/desktop/dd375731%28v=vs.85%29.aspx and applied with some guesswork to the Glutin names.
* | | Merge pull request #746 from Thinkofname/hide-cursor-state-x11tomaka2016-03-241-14/+41
|\ \ \ | | | | | | | | Implement CursorState::Hide for x11
| * | | Implement CursorState::Hide for x11Thinkofname2016-03-211-14/+41
| | | |
* | | | Merge pull request #749 from bjz/update-gl_generatortomaka2016-03-242-143/+102
|\ \ \ \ | | | | | | | | | | Update gl_generator to v0.5
| * | | | Update gl_generator to v0.5Brendan Zabarauskas2016-03-242-143/+102
|/ / / /
* | | | Merge pull request #747 from Thinkofname/remove-debug-printtomaka2016-03-211-1/+0
|\ \ \ \ | |/ / / |/| | | Remove a debug print added in 1de66e4ef
| * | | Remove a debug print added in 1de66e4efThinkofname2016-03-211-1/+0
|/ / /
* | | Merge pull request #745 from SSheldon/objc2tomaka2016-03-212-16/+17
|\ \ \ | |/ / |/| | Update objc dependency to 0.2
| * | Update objc to 0.2.Steven Sheldon2016-03-202-16/+17
|/ /
* | Merge pull request #743 from UK992/win32-vktomaka2016-03-181-6/+6
|\ \ | | | | | | Uncomment more keys for win32
| * | Uncomment more keys on win32UK9922016-03-181-6/+6
|/ /
* | Merge pull request #730 from Manishearth/navtomaka2016-03-174-13/+18
|\ \ | | | | | | Add support for navigation keys
| * | Add support for navigation keysManish Goregaokar2016-03-174-13/+18
|/ /
* | Merge pull request #733 from fkaa/cocoa-memleakPaul Rouget2016-03-171-1/+13
|\ \ | | | | | | Fix memory leak while creating NSEvent and swapping buffers (Fixes #514)
| * | Fix memory leak while creating NSEvent and swapping buffers (Fixes #514)Felix Kaaman2016-03-021-1/+13
| | |
* | | Merge pull request #740 from pcwalton/mac-resize-drag-borderless-tomakaPaul Rouget2016-03-161-1/+3
|\ \ \ | | | | | | | | Make Mac borderless windows resizable and draggable.
| * | | Make Mac borderless windows resizable and draggable.Patrick Walton2016-03-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Despite the fact that the style mask contains `NSTitledWindowMask`, the title doesn't show up for two reasons: (a) we draw over it; (b) we make it invisible with a call to `-[NSWindow setTitleVisibility:]`. Addresses servo/servo#9856 and servo/servo#9878. Partially addresses servo/servo#9812.
* | | | Merge pull request #741 from tomaka/fix-mac-buildPaul Rouget2016-03-151-1/+1
|\ \ \ \ | |/ / / |/| | | Fix Mac build by bumping core-graphics.
| * | | Fix Mac build by bumping core-graphics.Corey Farwell2016-03-141-1/+1
|/ / / | | | | | | | | | At the time of writing, Glutin requires 0.2.x and cocoa requires 0.3.x.
* | | Merge pull request #736 from metajack/fix-core-graphicstomaka2016-03-091-1/+1
|\ \ \ | | | | | | | | Pin core-graphics to 0.2 since cocoa 0.2.4 does
| * | | Pin core-graphics to 0.2 since cocoa 0.2.4 doesJack Moffitt2016-03-081-1/+1
|/ / /
| | * Implement `min/max_dimensions` for x11 windows.Ivo Wetzel2016-03-061-6/+28
| |/ |/| | | | | | | | | | | | | | | | | Size hints are only being set for non-fullscreen windows, if `max_dimensions` are set they'll override the normal `dimensions` since X11 will not automatically resize the window after setting the size hints. `PSize` hint is currently set along with the `min/max` hints for good measure.
* | Merge pull request #735 from metajack/overscroll-tomakaPaul Rouget2016-03-045-10/+19
|\ \ | |/ |/| Add phases to wheel events.
| * Add phases to wheel events.Patrick Walton2016-03-035-10/+19
|/ | | | Needed for apps to support overscroll on the Mac.
* Merge pull request #732 from zkirill/mastertomaka2016-03-0214-15/+22
|\ | | | | Fix this_platform_is_not_supported on OpenBSD.
| * Fix this_platform_is_not_supported on OpenBSD.Kirill Zdornyy2016-03-0114-15/+22
|/ | | | I followed the steps of @mneumann.
* Merge pull request #731 from pcwalton/event-deflooding-tomakaPaul Rouget2016-03-011-1/+1
|\ | | | | cocoa: Post Awakened events at the end of the queue to avoid floods.
| * cocoa: Post Awakened events at the end of the queue to avoid floods.Patrick Walton2016-02-291-1/+1
|/ | | | Closes servo/webrender#179.
* Merge pull request #725 from paulrouget/forceTouchtomaka2016-02-263-6/+16
|\ | | | | TouchpadPressure event
| * TouchpadPressure eventPaul Rouget2016-02-263-6/+16
|/
* Merge pull request #723 from petevine/mastertomaka2016-02-141-0/+7
|\ | | | | Add the new `i586` target in Cargo.toml
| * Update Cargo.tomlpetevine2016-02-141-0/+7
| |
* | Merge pull request #702 from tomaka/platform-specifictomaka2016-02-1013-17/+92
|\ \ | | | | | | Unlocks platform-specific attributes
| * | Unlocks platform-specific attributesPierre Krieger2016-02-1013-17/+92
|/ /