aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/windowing.rs
Commit message (Expand)AuthorAgeFilesLines
* Notify embedder when history changesPaul Rouget2017-04-181-5/+5
* Update WR (gl/es runtime table, scroll roots).Glenn Watson2017-03-231-0/+5
* Auto merge of #15795 - paulrouget:follow-link, r=asajeffreybors-servo2017-03-141-0/+2
|\
| * Let the embedder decide if servo should follow a link or notPaul Rouget2017-03-021-0/+2
* | introduce frame_size and window_rectPaul Rouget2017-03-071-1/+4
|/
* Rename ScreenPx to DeviceIndependentPixel.Glenn Watson2017-02-221-4/+4
* Implement home end key scroll.Sam2017-01-231-1/+2
* Move DevicePixel to script_traits.Ms2ger2017-01-111-2/+1
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Add support for fullscreen #10102Jansen Jan2016-12-091-0/+2
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* Remove old rendering backend.Glenn Watson2016-10-181-5/+1
* Reorder `use` statementsUK9922016-09-091-4/+3
* Update to euclid 0.8Martin Robinson2016-08-121-12/+12
* Associate logical and physical keypresses together to support non-QWERTY keyb...Josh Matthews2016-07-051-2/+2
* add reload keyboard shortcutmrmiywj2016-06-231-0/+3
* Make Servo DPI aware on WindowsJack Moffitt2016-05-201-2/+2
* forcetouch events supportPaul Rouget2016-04-051-1/+4
* No more headless compositor. Just the normal one.Michael Howell2016-03-241-2/+1
* compositing: In borderless mode, don't show the window until the pagePatrick Walton2016-03-151-1/+1
* Implement support for overscrolling on the Mac.Patrick Walton2016-03-141-1/+1
* Move util::cursor to style_traitsAnthony Ramine2016-02-161-1/+1
* Moving MouseButton from msg to script_traitsDarin Minamoto2016-01-131-2/+2
* task -> threadrohan.prinja2016-01-101-2/+2
* Minor refactoring of mouse event typesMatt Brubeck2015-12-031-3/+2
* Handle multi-touch events from glutinMatt Brubeck2015-11-031-1/+5
* Add viewport configuration support to the compositormeh2015-10-141-0/+3
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Implement viewport functions for window #1718farodin912015-09-021-0/+8
* sort all usesJohann Tuffe2015-08-201-2/+2
* Fix existing syntactics nits.Josh Matthews2015-08-161-2/+2
* Move net_error_list from net to net_traits. Fixes #7050.Connor Imes2015-08-061-1/+1
* Implement Msg::Status with serialized url upon mouseoverBruno de Oliveira Abinader2015-07-301-0/+2
* Auto merge of #6525 - mrobinson:simplify-display, r=glennwbors-servo2015-06-301-3/+3
|\
| * Update to latest rust-layersMartin Robinson2015-06-301-3/+3
* | Add keyboard shortcuts to glutin browserJesse Ruderman2015-06-271-0/+3
|/
* Use euclid from crates.ioecoal952015-06-191-3/+3
* add window method for notifying when the <head> tag has been parsedMike Blumenkrantz2015-06-021-0/+2
* add handling for favicon link elementsMike Blumenkrantz2015-06-021-0/+3
* Allow Window implementations to indicate that they don't support a clipboard.James Graham2015-06-021-0/+3
* add error enum for chromium net errors, create window method for error propag...Mike Blumenkrantz2015-05-271-0/+3
* add navigation state data to LoadComplete messages, finish cef load state cbsMike Blumenkrantz2015-05-271-1/+1
* add CompositorMsg::LoadStart, implement cef_load_handler::on_loading_state_ch...Mike Blumenkrantz2015-05-271-0/+2
* pass width and height information through to cef paint callbackMike Blumenkrantz2015-05-211-1/+1
* Fixes a number of race conditions and reliability issues with reftests and co...Glenn Watson2015-05-141-5/+0
* Introduce a MouseButton enum.Ms2ger2015-04-031-3/+4
* Only store the url inside a pipeline instead of the rest of the LoadData.Josh Matthews2015-03-031-2/+3
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-2/+2
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-2/+2