Ehsan Akhgari
|
9f8a55b140
|
Bug 1038200 - Fix the rest of the public refcounted destructors in widget/windows; r=bjacob
|
2014-07-15 16:37:58 -04:00 |
|
Jonathan Watt
|
1ac56ed5ef
|
Bug 991640 - Get rid of nsIWidget::GetThebesSurface and a bunch of Thebes backed gfxContexts. r=mattwoodrow
|
2014-06-10 07:02:21 +01:00 |
|
Brian Birtles
|
9d427ee327
|
Bug 77992 part 1.1 - Convert Windows native event times to timestamps; r=masayuki
|
2014-06-06 14:29:49 +09:00 |
|
Masatoshi Kimura
|
be107dd03e
|
Bug 1005619 - Part 3: Implement GetRestoredBounds on Windows. r=jimm
|
2014-05-20 16:32:18 +09:00 |
|
Makoto Kato
|
c804272f00
|
Bug 996493 - Implement MaxTouchPoints for Windows widget. r=jimm
|
2014-05-14 19:05:34 +09:00 |
|
Neil Deakin
|
382114ad8c
|
Bug 982734, make nsIWidget::GetWindowType and nsIWidget::GetZIndex return their values, remove some unused colour-related widget methods, r=tn
|
2014-03-19 12:48:08 -04:00 |
|
Matt Woodrow
|
0cb3a2793a
|
Bug 982812 - Use UpdateThemeGeometry for windows region clearing. r=mstange
|
2014-03-17 16:42:48 +08:00 |
|
Masayuki Nakano
|
e173e98fbd
|
Bug 965685 Use IMENotification struct for nsIWidget::NotifyIME() and merge NotifyIMEOfTextChange() with it r=smaug, sr=roc
|
2014-02-18 09:00:15 +09:00 |
|
Bill McCloskey
|
ac6dae6f29
|
Bug 963952 - [e10s] Don't use basic compositor when using D3D11 compositor (r=mattwoodrow)
|
2014-02-13 08:53:50 -08:00 |
|
Bas Schouten
|
26c2269500
|
Bug 806406: Remove some lingering references to gfxD2DSurface. r=jrmuizel
|
2014-02-13 02:59:12 +01:00 |
|
Jim Mathies
|
b2c22c6993
|
Bug 819613 - Move app command code to nsWindowBase so it can be shared between win32 and metro widgets (plus missing include fix). r=tabraldes
|
2014-02-05 09:36:59 -06:00 |
|
Jim Mathies
|
2a3500bd0a
|
backout 82937be94f94 due to bustage.
|
2014-02-05 06:18:43 -06:00 |
|
Jim Mathies
|
f384a29d42
|
Bug 819613 - Move app command code to nsWindowBase so it can be shared between win32 and metro widgets. r=tabraldes
|
2014-02-05 05:49:49 -06:00 |
|
Neil Deakin
|
a2d526d45d
|
Bug 943759, [Australis], support mousethrough on panels to allow mouse events to pass through to the content behind, implemented on Windows, Mac and Linux, use this for the UI tour highlight, r=neil,jmathies,karlt
|
2014-01-31 08:27:43 -05:00 |
|
Olli Pettay
|
ab4411fee4
|
Backout Bug 930793 - Remove favor performance mode (we have still racy b2g tests), a=backout
--HG--
extra : rebase_source : 6f6de1cbf54670d63b74c44ca0134ed9c5354d2b
|
2014-01-30 21:35:44 -08:00 |
|
Benoit Jacob
|
61df69f208
|
Bug 959448 - Convert most of LayersTypes.h to typed enums - r=nrc
find content/media dom/ipc widget/ gfx/tests gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)LAYERS_\(NONE\|BASIC\|OPENGL\|D3D9\|D3D10\|D3D11\|CLIENT\|LAST\)\($\|[^A-Za-z0-9_]\)/\1LayersBackend::LAYERS_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::BUFFER_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(BUFFERED\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(DRAW\|DRAW_SNAPPED\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::CLIP_\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SURFACE_\(NONE\|OPAQUE\|SINGLE_CHANNEL_ALPHA\|COMPONENT_ALPHA\)\($\|[^A-Za-z0-9_]\)/\1SurfaceMode::SURFACE_\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(STRETCH\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::SCALE_\2\3/g'
|
2014-01-23 13:26:41 -05:00 |
|
Olli Pettay
|
124795557f
|
Bug 930793 - Remove favor performance mode, r=roc,avih
--HG--
extra : rebase_source : e936e5b02dc2e613816fb6f97f9af5a303dc6f6d
|
2014-01-16 16:09:08 +02:00 |
|
Masayuki Nakano
|
03b49ec18b
|
Bug 953146 part.7 Don't allow other application to activate non-focusable popup r=jimm
|
2014-01-07 13:20:04 +09:00 |
|
Masayuki Nakano
|
a2fa98695a
|
Bug 953146 part.6 Clean up WM_MOUSEACTIVE case in nsWindow::ProcessMessage() r=jimm
|
2013-12-31 09:41:37 +09:00 |
|
Masayuki Nakano
|
dbb7c2c47f
|
Bug 953146 part.4 Separate counting pupups to rollup from nsWindow::DealWithPopups() r=jimm
|
2013-12-31 09:41:37 +09:00 |
|
Masayuki Nakano
|
708ef81053
|
Bug 953146 part.3 nsWindow::DealWithPopups() should decide if popup should be rolled up in each case of messages r=jimm
|
2013-12-31 09:41:36 +09:00 |
|
Nicholas Cameron
|
09bba05569
|
Bug 946532. Setup translucent window drawing properly with OMTC. r=dvander, mattwoodrow
|
2013-12-09 17:44:57 +13:00 |
|
David Anderson
|
54fffb1db4
|
Only composite changed areas in the software compositor (bug 882447, r=mattwoodrow,nrc).
|
2013-11-21 11:25:16 -08:00 |
|
Jim Mathies
|
9c3ca8c604
|
Bug 930177 - Consolidate async scroll event handling with keyboard handling. r=tabraldes
|
2013-10-24 16:35:07 -05:00 |
|
Masayuki Nakano
|
9aaf116c1c
|
Bug 920377 part.32 Get rid of nsMouseEvent r=roc
|
2013-10-02 15:38:27 +09:00 |
|
Masayuki Nakano
|
a4221a463f
|
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
|
2013-10-02 12:46:03 +09:00 |
|
Birunthan Mohanathas
|
4593898b32
|
Bug 783333 - Use WM_WINDOWPOSCHANGING instead of WM_MOVE to handle window moves in nsWindow. r=jimm
|
2013-09-27 14:46:59 -04:00 |
|
Masayuki Nakano
|
4983de6d4c
|
Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc
|
2013-09-25 20:21:18 +09:00 |
|
Masayuki Nakano
|
0fbfe07d7e
|
Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc
--HG--
rename : widget/nsEvent.h => widget/EventForwards.h
|
2013-09-24 19:04:14 +09:00 |
|
Benoit Jacob
|
4dbb3d0ca3
|
Bug 913603 - Avoid needlessly including nsRect.h - r=jrmuizel
|
2013-09-06 22:15:49 -04:00 |
|
Jim Mathies
|
3b47beeb3b
|
Bug 907410 - Winrt async input - keyboard input. r=masayuki
|
2013-09-06 08:11:15 -05:00 |
|
David Anderson
|
25ff149643
|
Get basic compositor working on Windows (bug 896752, r=bas).
|
2013-08-26 20:18:31 -07:00 |
|
David Zbarsky
|
9ce94de31b
|
Bug 903283: Don't include EventTarget.h in headers r=Ms2ger
|
2013-08-19 06:15:55 -04:00 |
|
Nicholas Cameron
|
d54a23dd47
|
Bug 903893. Backend fallback for OMTC. r=mattwoodrow
|
2013-08-18 18:46:16 +12:00 |
|
Ryan VanderMeulen
|
3daac1182d
|
Merge fx-team to m-c.
|
2013-08-09 19:28:34 -04:00 |
|
Jim Mathies
|
20af71bdf0
|
Bug 879562 - Convert WinUtils::GetNSWindowPtr to WinUtils::GetNSWindowBasePtr. r=masayuki
|
2013-08-09 05:12:38 -05:00 |
|
Nicholas Cameron
|
f742a26a6e
|
Bug 874721, bug 899435. D3D9 compositor and windows OMTC window resizing. r=Bas, mattwoodrow
|
2013-08-04 19:46:17 +12:00 |
|
Ms2ger
|
1571fe39c1
|
Bug 896251 - Make nsEvent::{refPoint, lastRefPoint} LayoutDeviceIntPoints; r=smaug+kats
|
2013-08-02 09:05:16 +02:00 |
|
Markus Stange
|
86cead439b
|
Bug 898126 - Cache client hit test values, r=jimm
|
2013-07-29 13:19:34 +02:00 |
|
Masayuki Nakano
|
8eb3277b0d
|
Bug 891316 part.4 Use widget::MSGResult at nsWindow::ProcessMessageForPlugin r=jimm
|
2013-07-18 17:12:31 +09:00 |
|
Masayuki Nakano
|
f50359d44b
|
Bug 891316 part.1 Make widget::MSGResult struct and use it in nsWindow r=jimm
|
2013-07-18 17:12:31 +09:00 |
|
Nicholas Cameron
|
df153198ec
|
Bug 899435. Part 4 - smooth resizing with OMTC. r=roc
|
2013-08-09 11:32:26 +12:00 |
|
Alexander Surkov
|
656ee75ebf
|
Bug 670087 - AccessibleObjectFromPoint returns incorrect accessible for popup menus, r=tbsaunde, sr=roc
|
2013-06-27 11:03:58 -04:00 |
|
Masayuki Nakano
|
3a5490f2b4
|
Bug 855975 part.19 Move nsWindow::SynthesizeNativeKeyEvent() to widget::KeyboardLayout::SynthesizeNativeKeyEvent() r=jimm
|
2013-05-29 15:34:49 +09:00 |
|
Masayuki Nakano
|
22ab5a3d5b
|
Bug 855975 part.17 Move nsWindow::OnKeyDown() to widget::NativeKey::HandleKeyDownMessage() r=jimm
|
2013-05-29 15:34:49 +09:00 |
|
Masayuki Nakano
|
544e9ff0bb
|
Bug 855975 part.16 Move keydown message redirect manager from nsWindow to widget::RedirectedKeyDownMessageManager r=jimm
|
2013-05-29 15:34:49 +09:00 |
|
Masayuki Nakano
|
0b76a23565
|
Bug 855975 part.12 Move special keypress event handling from nsWindow::OnKeyDown() to widget::NativeKey::DispatchKeyPressEventsAndDiscardsCharMessages r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
52a4387108
|
Bug 855975 part.10 Move nsWindow::DispatchPluginEvent() to nsWindowBase r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
672ed5b1c6
|
Bug 855975 part.8 Move nsWindow::OnChar() to widget::NativeKey::HandleCharMessage() r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
fc5549ae89
|
Bug 855975 part.6 Move nsWindow::OnKeyUp() to widget::NativeKey::HandleKeyUpMessage() r=jimm
|
2013-05-29 15:34:47 +09:00 |
|