Jonathan Watt
|
e709e0f081
|
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
|
536d37fda0
|
Bug 77992 part 1.1 - Convert Windows native event times to timestamps; r=masayuki
|
2014-06-06 14:29:49 +09:00 |
|
Jacek Caban
|
4f1953248f
|
Bug 1005619 - Fixed parse error on GCC.
|
2014-06-03 13:25:21 +02:00 |
|
Masatoshi Kimura
|
ee8307c3ce
|
Bug 1005619 - Part 3: Implement GetRestoredBounds on Windows. r=jimm
|
2014-05-20 16:32:18 +09:00 |
|
Makoto Kato
|
0247d45c09
|
Bug 996493 - Implement MaxTouchPoints for Windows widget. r=jimm
|
2014-05-14 19:05:34 +09:00 |
|
Aaron Klotz
|
f2719db86a
|
Bug 1006765: Ensure that Win32 widget handles terminal services messages; r=jimm
|
2014-05-12 13:30:31 -06:00 |
|
Masayuki Nakano
|
b1fcc0e3fc
|
Bug 1008723 Even while a context menu is open for an bookmark item on a popup, bookmark menus shouldn't be closed by a right click on one of them r=enndeakin
|
2014-05-13 02:05:56 +09:00 |
|
Jim Mathies
|
9a39813c35
|
Bug 669200 - Various widget changes to support two new types of plugin widget. r=roc
|
2014-11-12 14:59:19 -06:00 |
|
Brian R. Bondy
|
01469aeef2
|
Backout of 53244356f497 because of bug 1088274. r=me
|
2014-11-05 09:48:32 -05:00 |
|
Benoit Jacob
|
75abb96357
|
Bug 1021265 - regard d3d11 as broken with displaylink on versions <= 8.6.1.36484, and fall back to basic layers - r=jrmuizel
|
2014-11-03 17:55:00 -05:00 |
|
Gijs Kruitbosch
|
4eba70e15d
|
Bug 1063121 - dropping out of fullscreen mode without titlebar breaks titlebar/tabs layout, r=jimm
|
2014-10-29 14:19:25 +00:00 |
|
Benoit Jacob
|
5e60a13fb0
|
Bug 1089413 - Only test resource sharing on d3d feature level >= 10. r=jmuizelaar, a=sledru
|
2014-10-27 10:36:00 -04:00 |
|
Jeff Muizelaar
|
8ae7b2711d
|
Bug 1083071 - Disable D3D11 and D3D9 layers on broken drivers. r=bjacob
This will hopefully prevent black screen problems that people are seeing.
|
2014-10-23 00:15:22 -04:00 |
|
Ryan VanderMeulen
|
32d49af047
|
Backed out changeset 2b05d4e71d11 (bug 1083071) for Win7 mochitest-1 leaks.
|
2014-10-23 12:53:13 -04:00 |
|
Jeff Muizelaar
|
1de45e9983
|
Bug 1083071. Disable D3D11 and D3D9 layers on broken drivers.
This will hopefully prevent black screen problems that people are seeing.
|
2014-10-22 21:38:18 -04:00 |
|
Phil Ringnalda
|
a666fd26cb
|
Back out 50f2a49570ce (bug 1085027) on suspicion of making Win7 opt mochitest-4 permaorange, a=backout
CLOSED TREE
|
2014-10-21 23:04:42 -07:00 |
|
mycoolclub
|
b994957a27
|
Bug 1085027 - Tooltip handling fixed. r=jimm
|
2014-10-21 11:53:00 -04:00 |
|
Harsh Vardhan
|
926221a6fe
|
Bug 1026865 - Fullscreen Maximize Fixed in nsWindow.cpp. r=bbondy
|
2014-10-18 20:42:43 -04:00 |
|
Nick Lebedev
|
65dcb578e9
|
Bug 1066237 - Add explicit returning zero number of touch points when there is no touch device available. r=smaug
|
2014-10-10 08:36:00 -04:00 |
|
Bill McCloskey
|
e50f512e2a
|
Bug 1049879 - Remove urgent and rpc message types and replace with message priorities (r=dvander,bent,ehsan)
|
2014-10-07 21:32:45 -07:00 |
|
Carsten "Tomcat" Book
|
bb279bb4db
|
Backed out changeset e56bf4ea89fb (bug 1049879) for bustage in emulator debug builds on a CLOSED TREE
|
2014-10-08 08:03:57 +02:00 |
|
Bill McCloskey
|
17d3a90266
|
Bug 1049879 - Remove urgent and rpc message types and replace with message priorities (r=dvander,bent,ehsan)
|
2014-10-07 21:32:45 -07:00 |
|
Tim Abraldes
|
f2a89cd17b
|
bug 981569. Don't ever remove our custom "is the window active" property. When switching from custom non-client margins to default non-client margins, send a WM_NCACTIVATE message so that DefWindowProc knows the correct active/inactive state of the window. r=blassey
|
2014-04-15 11:09:27 -07:00 |
|
Masatoshi Kimura
|
aaca3f036c
|
Bug 986347 - Restore accidentaly removed HasBogusPopupsDropShadowOnMultiMonitor() call. r=jimm
|
2014-03-25 21:09:25 +09:00 |
|
Neil Deakin
|
ea0e3c7ffa
|
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
|
543350988c
|
Bug 982812 - Use UpdateThemeGeometry for windows region clearing. r=mstange
|
2014-03-17 16:42:48 +08:00 |
|
Masayuki Nakano
|
e8acfb8a92
|
Bug 981261 part.5 Rename nsEventListenerManager to mozilla::EventListenerManager r=smaug
|
2014-03-17 15:56:53 +09:00 |
|
Makoto Kato
|
031b7b2318
|
Bug 968647 - Part 2. Listen window position change for IME. r=roc
|
2014-02-28 16:45:08 +09:00 |
|
Makoto Kato
|
829d10c0ed
|
Backed out changeset fad708985071 (bug 968647)
|
2014-03-03 11:53:36 +09:00 |
|
Makoto Kato
|
9cf7cc066d
|
Bug 968647 - Part 2. Listen window position change for IME. r=roc
|
2014-02-28 16:45:08 +09:00 |
|
Carsten "Tomcat" Book
|
90786234be
|
Backed out changeset 743fb3c48ed7 (bug 968647)
|
2014-02-28 09:30:01 +01:00 |
|
Makoto Kato
|
00a4697c50
|
Bug 968647 - Part 2. Listen window position change for IME. r=roc
|
2014-02-28 16:45:08 +09:00 |
|
Oleg Romashin
|
3e4b7c7eb5
|
Bug 970964 - Implement generic mouse/touch -> Pointer events converter. r=smaug,jimm
|
2014-02-26 13:37:01 -08:00 |
|
Masayuki Nakano
|
fa8d4547e8
|
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 |
|
Masayuki Nakano
|
c779726813
|
Bug 971489 Simplify constructor of WidgetSimpleGestureEvent r=smaug
|
2014-02-15 10:06:06 +09:00 |
|
Bill McCloskey
|
dd0fa98cbb
|
Bug 963952 - [e10s] Don't use basic compositor when using D3D11 compositor (r=mattwoodrow)
|
2014-02-13 08:53:50 -08:00 |
|
Bas Schouten
|
07ac7c771a
|
Bug 806406: Remove some lingering references to gfxD2DSurface. r=jrmuizel
|
2014-02-13 02:59:12 +01:00 |
|
Bas Schouten
|
4f9680c98a
|
Bug 805406: Never draw directly to a window with Direct2D. r=jrmuizel
|
2014-02-11 21:54:02 +01:00 |
|
Ehsan Akhgari
|
cfde1d4759
|
Bug 970042 - Stop checking the result of nsTArray::SetLength in the Windows widget code; r=roc
|
2014-02-09 18:36:41 -05:00 |
|
Jim Mathies
|
bb0feafab2
|
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
|
77a0dda3bf
|
backout 82937be94f94 due to bustage.
|
2014-02-05 06:18:43 -06:00 |
|
Jim Mathies
|
0877b1d1ef
|
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
|
b313311aef
|
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
|
01fa7e9f98
|
Backout Bug 930793 - Remove favor performance mode (we have still racy b2g tests), a=backout
|
2014-01-30 21:35:44 -08:00 |
|
Benoit Jacob
|
49238a878d
|
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 |
|
Benoit Jacob
|
aeb3bee922
|
Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)GFX_CONTENT_\(COLOR\|ALPHA\|COLOR_ALPHA\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1gfxContentType::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Benoit Jacob
|
844232d97c
|
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
find . -type f | grep -v \./obj | grep -v \.hg | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxImageFormat\(ARGB32\|RGB24\|A8\|A1\|RGB16_565\|Unknown\)\($\|[^A-Za-z0-9_]\)/\1gfxImageFormat::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Olli Pettay
|
0d7e2d8fca
|
Bug 930793 - Remove favor performance mode, r=roc,avih
|
2014-01-16 16:09:08 +02:00 |
|
Masayuki Nakano
|
a7d613c53f
|
Bug 957019 Don't check mouse cursor position at handling non-mouse message in nsWindow::DealWithPopups() r=jimm+enndeakin
|
2014-01-14 09:13:25 +09:00 |
|
Masayuki Nakano
|
5582e20c22
|
Bug 953146 part.7 Don't allow other application to activate non-focusable popup r=jimm
|
2014-01-07 13:20:04 +09:00 |
|