Commit Graph

1204 Commits

Author SHA1 Message Date
Jonathan Steele
6539dc09d5 Bug 460310 - Remove Dead Code in nsWidgetSupport.cpp/h; r+sr=roc 2008-10-28 04:16:13 +01:00
Gavin Sharp
7ed4660fab Bug 459604: add an optional parameter to SendMouseEvent to ignore the scroll frame, r+sr=roc 2008-10-27 16:16:23 -04:00
Peter Weilbacher
9c09219f7a [OS/2] Bug 454956: fix OS/2 build break with GCC 3.4.6 or newer, part 4: add prototype for nsDragWindowProc helper in nsDragService.cpp, r=wuno 2008-10-26 23:02:42 +01:00
Brad Lassey
2dbaaaf058 Bug 461283 - Crash [@ fastcopy_I ] - printing broken r=vlad 2008-10-24 01:21:15 -04:00
tdyas@zecador.org
479713d218 Bug 412486 - widget/event-detection support for multi-touch trackpad gestures, r=smaug,josh, sr=roc 2008-10-23 23:15:20 +03:00
Olli Pettay
7083e2d56c backout Bug 455871 2008-10-23 18:51:15 +03:00
Honza Bambas
89647d84a8 fix: drag & drop not working at all after some-time of browser usage. b=455871 r=josh sr=bz 2008-10-23 01:36:37 -04:00
Markus Stange
d14e4e58e6 Bug 460349, r+sr=roc 2008-10-22 18:39:08 +02:00
Neil Rashbrook
54cb623945 Bug 456374 disabled attribute doesn't update native submenu r=josh sr=roc 2008-10-22 17:07:45 +01:00
Joshua Cranmer
7a1c750320 Bug 460979 - nsIdleServiceGTK.cpp crashes if no X display. r/sr=roc 2008-10-21 23:35:30 -04:00
Brad Lassey
d3f20c5653 Bug 459674: widget printing wide char fixes r=stuart sr=roc 2008-10-21 20:54:26 -04:00
Steven Michaud
0fa220441b Typing focus lost when using any Midas buttons. b=314160 r=josh sr=vlad 2008-10-21 17:15:08 -05:00
Josh Aas
29baf1b967 Back out 168117, outdated reviews and patch. 2008-10-21 10:56:35 -04:00
Simon Fraser
43eb45f980 Bug 168117 - "Need to implement nsIWidget::SetParent on the Mac" [r=pink sr=bryner] 2008-10-20 21:23:22 -05:00
Kathleen Brade
da9972c5a0 Add support for retrieving PNG images from Windows clipboard. Bug 444800 (r=jmathies, mcs; sr=roc) 2008-10-20 11:21:02 -04:00
Reed Loden
e658a48e0c Branch merge for the backout of bug 459780. 2008-10-19 20:26:35 -05:00
Reed Loden
aba1a15169 Backed out changeset f678aac23eae from bug 459780 because it caused the regression in bug 460643. 2008-10-19 20:25:26 -05:00
Reed Loden
ccfd11a260 Possible fix to bustage from bug 459075. 2008-10-18 20:34:18 -05:00
John Daniels
c8a2fb249f Bug 459075 - "Unnecessary nsCommonWidget class in GTK code" [r+sr=roc] 2008-10-18 20:13:27 -05:00
Masayuki Nakano
cbe6ca1ba3 Bug 460556 tests for bug 460500 r+sr=roc 2008-10-18 17:37:59 +09:00
Masayuki Nakano
6a53c21f52 Bug 460500 Ctrl-Tab panel doesn't close when releasing the ctrl key r+sr=roc 2008-10-18 12:48:09 +09:00
Chris Toshok
2da60d7e5a Bug 459780 - X11 event compression isn't handling extension events on maemo; r+sr=roc 2008-10-18 00:38:49 +02:00
Steven Michaud
4d0a5eb11e Firefox hangs if Gecko-modal dialog opens under Cocoa-app-modal dialog. b=436473 r=josh sr=roc 2008-10-17 16:58:47 -05:00
Masayuki Nakano
2b76b3fab2 Bug 459820 Need automated tests for Caps Lock key events r+sr=roc 2008-10-16 12:04:39 +09:00
Markus Stange
156a4bf7ad Bug 456430 - Fix compiler warnings in widget/src/cocoa/ introduced by bug 439354, r=josh sr=roc 2008-10-15 15:01:10 +02:00
Markus Stange
2c38adaec7 Bug 450944 - Implement -moz-window-shadow functionality on Mac OS X, r=hwaara sr=roc.
This patch turns on window shadows for transparent windows by default, so the identity popup and the "edit bookmarks" popup will get a shadow, too. ui-r=faaborg
2008-10-14 17:33:40 +02:00
Kathleen Brade
4ddfdcd5ba Backing out bug 444800 2008-10-14 10:14:30 -04:00
Kathleen Brade
eb14288e2b Backing out bug 444800 2008-10-14 10:06:35 -04:00
Markus Stange
fd0179d793 Bug 377439 - Make scrollbars live to scrollbar style changes in the system prefs, r=roc 2008-10-14 15:31:09 +02:00
Masayuki Nakano
4afd09d055 Bug 440457 AltGr+9 and AltGr+0 don't type 9 and 0 respectively in Lithuanian keyboard r=ere, sr=roc 2008-10-14 15:01:51 +09:00
Masayuki Nakano
54c2da3211 Bug 457523 Caps Lock key events are never fired from cocoa widgets r=josh, sr=roc 2008-10-14 03:07:27 +09:00
Markus Stange
64f4d1c1e2 Bug 394892 - Draw checkboxes and radiobuttons with NSButtonCell, r=josh sr=dbaron 2008-10-13 18:58:40 +02:00
Chris Toshok
c7c574c838 Bug 459532 - Faulty event compression in gtk2 widget implementation; r+sr=roc 2008-10-13 04:32:56 +02:00
Serge Gautherie
5520aa3d8f Bug 459154 - test_bug343416.xul TEST-UNEXPECTED-FAIL on my Windows 2000; (Av1) text nits; r=roc 2008-10-13 02:03:27 +02:00
Serge Gautherie
89f159f994 Bug 455557 - <nsDataObj*.*>: update some variables which don't need to be pointers; Av1a2; r=emaijala sr=mats.palmgren 2008-10-12 18:34:26 +02:00
Arpad Borsos
8b11d938d2 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
Kathleen Brade
f2deabcd32 Add support for retrieving PNG images from Windows clipboard.
bug 444800 (r=jmathis, mcs; sr=roc)
2008-09-29 14:23:25 -04:00
Josh Aas
b76aaa21f5 comment change to kick off new builds 2008-10-08 01:18:07 -04:00
Rob Arnold
5b7b6dcc67 Fix Aero-Glass on panels (round 2) for bug 451300 r=vlad 2008-10-01 02:05:27 -04:00
Vladimir Vukicevic
899bc9385b Fix crash with transparent windows caused by bug 418454 r=robarnold 2008-10-01 02:03:32 -04:00
Steven Michaud
f5ee698b11 Crashes in objc_msgSend in nsChildView::StartDrawPlugin(). b=457337 r=josh sr=vlad 2008-09-30 16:39:09 -05:00
Arpad Borsos
3da6ac3d8d bug 445321 - remove --enable-glitz and related defines. r=vlad,ted 2008-09-30 13:53:38 -04:00
Jim Mathies
6d0cb99a5b Bug 455884 - nsIDOMDataTransfer's dropEffect not updated after drag operation completes; r=enndeakin sr=roc 2008-09-28 22:57:33 +02:00
Robert O'Callahan
279af36fc7 Backing out bug 448830 2008-09-28 23:13:58 +13:00
Jeremy Lea
92e7030a42 Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint their own types so that we can catch errors by distinguishing pixels from appunits. r+sr=roc 2008-09-28 20:38:34 +13:00
Doug Turner
205feede36 Bug 457032 - Windows Mobile compile fixes to widget. r=emaijala@kolumbus.fi 2008-09-27 15:40:34 -07:00
Robert O'Callahan
6a45b282aa Backing out bug 448830 2008-09-26 13:10:26 +12:00
Jeremy Lea
67f3afd13b Bug 448830. Make nsIntRect/nsIntSize/nsIntPoint/nsIntMargin separate types so we get appunit vs pixel typechecking. r+sr=roc 2008-09-26 10:42:19 +12:00
Josh Aas
b7e93895fb Remove a lot of dead Mac code. Part of bug 456662. sr=pinkerton 2008-09-25 12:23:33 -04:00
Steven Michaud
d2eb7c38e7 [10.4] Esc key doesn't cancel out Ctrl+Tab panel (work around Apple bug). b=445531 r=josh sr=roc 2008-09-25 09:54:01 -05:00