Eric Rahm
|
c451c2932b
|
Bug 1162293 - Part 1: Remove instances of #ifdef PR_LOGGING. r=froydnj
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
|
2015-05-07 09:43:38 -07:00 |
|
Nicolas Silva
|
51e181888b
|
Bug 1155621 - Make nsIntRect and nsIntPoint typedefs of mozilla::gfx::IntRect and mozilla::gfx::IntPoint. r=Bas
|
2015-04-21 17:04:57 +02:00 |
|
David Anderson
|
49d7986b95
|
Use stricter types in nsWindowBase event dispatch functions. (bug 1143567 part 3, r=jmathies)
|
2015-03-16 16:29:57 -07:00 |
|
Jacek Caban
|
6abea86092
|
Bug 1136177 - Amount by mouse wheel scrolling is wrong. r=jimm
|
2015-02-24 09:07:00 -05:00 |
|
Jacek Caban
|
a6e7574096
|
Bug 1133818 - Fixed GCC warnings in widget/windows. r=jmathies
|
2015-02-23 12:15:53 +01:00 |
|
David Zbarsky
|
f180088d5f
|
Bug 1125040: Use LayoutDeviceIntPoint for synthesizing native events on widgets r=botond
|
2015-02-15 13:52:28 -05:00 |
|
Ehsan Akhgari
|
d4490ee3c7
|
Bug 947736 - Build modules/libpref/ in unified mode; r=bsmedberg
|
2013-12-10 18:10:01 -05:00 |
|
Masayuki Nakano
|
eef5eccfeb
|
Bug 920377 part.33 Get rid of mozilla::WheelEvent r=roc
|
2013-10-16 18:37:36 +09:00 |
|
Birunthan Mohanathas
|
19145c6676
|
Bug 784739 - Switch from NULL to nullptr in widget/windows/ (2/3); r=ehsan
--HG--
extra : rebase_source : 5276b6474b9d6135ca2db408d17f0b5ed98b24a6
|
2013-10-08 14:48:20 -04:00 |
|
Masayuki Nakano
|
d9fe18d02f
|
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
|
2013-10-02 12:46:03 +09:00 |
|
Masayuki Nakano
|
2a465d3e36
|
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 |
|
Masayuki Nakano
|
a8e21aa06f
|
Bug 912956 part.1 Rename all event stuff in mozilla::widget to mozilla::* r=roc
|
2013-09-14 11:39:41 +09:00 |
|
Jim Mathies
|
eabf900fe8
|
Bug 907410 - Winrt async input - mouse wheel input. r=masayuki
|
2013-09-06 08:11:15 -05:00 |
|
Jim Mathies
|
5a8875b376
|
Bug 879562 - WinMouseScrollHandler should use nsWindowBase so winrt widgets can use it. r=masayuki
|
2013-08-09 05:12:38 -05:00 |
|
Masayuki Nakano
|
6a06d0f970
|
Bug 891316 part.3 Use widget::MSGResult in widget::MouseScrollHandler r=jimm
|
2013-07-18 17:12:31 +09:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Masayuki Nakano
|
f4626c0cee
|
Bug 719320 part.12 Replace legacy mouse scroll event dispatchers with D3E wheel event dispatcher on Windows r=smaug+jimm
|
2012-08-12 10:42:37 +09:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Masayuki Nakano
|
2121dacb90
|
Bug 757688 part.2 Move nsModifierKeyState to KeyboardLayout and redesign it r=jimm
|
2012-06-15 18:52:50 +09:00 |
|
Masayuki Nakano
|
b65d0bd050
|
Bug 672175 part.17 System settings of mouse wheel on Windows should be able to be overridden by prefs for testing r=jimm
|
2012-03-22 09:59:12 +09:00 |
|
Masayuki Nakano
|
13041ff659
|
Bug 672175 part.16 Implement nsIWidget::SynthesizeNativeMouseScrollEvent() on Windows r=jimm
|
2012-03-22 09:59:12 +09:00 |
|
Masayuki Nakano
|
c6d4d0e166
|
Bug 672175 part.14 Move WM_MOUSE*WHEEL and WM_*SCROLL handlers into MouseScrollHandler r=jimm
|
2012-03-06 12:20:29 +09:00 |
|
Masayuki Nakano
|
4db9d68d5d
|
Bug 672175 part.13 Compute cursor position at WM_MOUSEWHEEL and WM_MOUSEHWHEEL in MouseScrollHandler r=jimm
|
2012-03-06 12:20:29 +09:00 |
|
Masayuki Nakano
|
ce5528b944
|
Bug 672175 part.12 Move MOZ_WM_*SCROLL handler into MouseScrollHandler r=jimm
|
2012-03-06 12:20:29 +09:00 |
|
Masayuki Nakano
|
e7f08b8bf7
|
Bug 672175 part.11 Move MOZ_WM_MOUSE*WHEEL handler into MouseScrollHandler r=jimm
|
2012-03-06 12:20:29 +09:00 |
|
Masayuki Nakano
|
6fdb75eb3a
|
Bug 672175 part.10 Initialize mouse scroll events in MouseScrollHandler::LastEventInfo r=jimm
|
2012-03-06 12:20:29 +09:00 |
|
Masayuki Nakano
|
880e328387
|
Bug 672175 part.9 Implement NS_QUERY_SCROLL_TARGET_INFO event dispatcher on MouseScrollHandler::EventInfo r=jimm
|
2012-03-06 12:20:29 +09:00 |
|
Masayuki Nakano
|
0ac3f07305
|
Bug 672175 part.8 Compute modifier key state in MouseScrollHandler r=jimm
|
2012-03-06 12:20:28 +09:00 |
|
Masayuki Nakano
|
e901857ad9
|
Bug 672175 part.7 Manage last wheel scroll message information by MouseScrollHandler::LastEventInfo r=jimm
|
2012-03-06 12:20:28 +09:00 |
|
Masayuki Nakano
|
48de337c85
|
Bug 672175 part.6 Summarize native mouse wheel events by MouseScrollHandler::EventInfo r=jimm
|
2012-03-06 12:20:28 +09:00 |
|
Masayuki Nakano
|
213ff5ec16
|
Bug 672175 part.5 Move device specific code to MouseScrollHandler r=jimm
|
2012-03-06 12:20:28 +09:00 |
|
Masayuki Nakano
|
1d11687ef5
|
Bug 672175 part.3 MouseScrollHandler should manage user prefs r=jimm
|
2012-03-06 12:20:28 +09:00 |
|
Masayuki Nakano
|
8ad139dc75
|
Bug 672175 part.2 MouseScrollHandler should manage system settings r=jimm
|
2012-03-06 12:20:28 +09:00 |
|
Masayuki Nakano
|
189b45d779
|
Bug 672175 part.1 Implement MouseScrollHandler for Windows r=jimm
|
2012-03-06 12:20:28 +09:00 |
|