Граф коммитов

9379 Коммитов

Автор SHA1 Сообщение Дата
Bobby Holley 3e81f0a50a Bug 449681 – switch color_management pref from off/on bool to off/on/taggedonly int. r=vlad 2008-08-11 21:55:36 -07:00
Neil Rashbrook 6c76776822 Bug 450040 Rename IENUMFE.CPP/H to IEnumFE.cpp/h r=ere,ted
--HG--
rename : widget/src/windows/IENUMFE.CPP => widget/src/windows/IEnumFE.cpp
rename : widget/src/windows/IENUMFE.H => widget/src/windows/IEnumFE.h
2008-08-11 20:54:41 +01:00
Masayuki Nakano 48f4d946e8 Bug 447635 – IME candidate list window doesn't prefer the focused window level r=josh+roc, sr=roc 2008-08-11 17:27:59 +09:00
Vladimir Vukicevic c96257260c b=422221; additional DirectFB compilation fixes 2008-08-09 22:25:30 -07:00
hectorchu@gmail.com 692ef42a64 Bug 445030, win32 nsAppShell eats WM_QUIT messages, r=robert.bugzilla@gmail.com, sr=roc 2008-08-09 21:49:42 +03:00
Oleg Romashin 75fc2387ae mozilla-central merge 2008-08-08 13:05:00 +03:00
Oleg Romashin 6960f93407 Fixed bug 449830 - Window title shows long dash incorrectly r=pavlov 2008-08-09 00:32:31 +03:00
Vladimir Vukicevic abb36b9752 [dfb,422221] Gtk/DirectFB: widget changes 2008-08-06 13:48:55 -07:00
Masayuki Nakano dbe443ee82 Bug 449012 – Remove legacy Reconversion/QueryCaretRect Events r=ere+roc, sr=roc 2008-08-09 11:46:30 +09:00
Markus Stange f4ee43aa4a Bug 56488 - Down scroll arrow hidden, draws behind resize widget when neither Status Bar nor horizontal scrollbar are displayed. r+sr=roc. 2008-08-08 18:11:54 +02:00
Vladimir Vukicevic bf9d81b83e Backing out d883ab4b8f41:7540abc35c97 2008-08-06 16:24:13 -07:00
Vladimir Vukicevic 9c18b4758a [dfb,422221] Gtk/DirectFB: widget changes 2008-08-06 13:48:55 -07:00
Oleg Romashin 9c9a161e74 Fixed bug 433952 - decomtaminate and clean up nsIMenuBar, nsIMenu, nsIMenuItem 2008-08-04 00:10:15 +03:00
Oleg Romashin 1ae93ca4ab Fixed building printing gui for qt unix port 2008-08-04 00:08:45 +03:00
Oleg Romashin 427aa3fb16 Merging mozilla-central to mozilla-qt. 2008-08-03 20:30:10 +03:00
Ere Maijala c096f1f271 Fix for bug 318235: Ctrl+Enter being treated as Ctrl+J when captured by a Javascript event
Patch by Rob Arnold (tellrob@gmail.com)
r=vlad
sr=roc
2008-08-02 21:03:25 -07:00
Ere Maijala a9906d2600 Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
r=smaug
sr=roc
2008-08-01 10:32:32 -07:00
Asaf Romano c9d1d9a951 Bug 263683 - Findbar's Highlight feature should not manipulate the DOM. Patch by Graeme McCutcheon <graememcc_firefox@graeme-online.co.uk>, r=me,roc. sr=roc. 2008-07-30 23:48:56 +03:00
Masayuki Nakano 4e814c49e6 Bug 447945 IME candidate list is positioned to wrong place when the caret is in <panel> r=roc+katakai, sr=roc 2008-07-31 01:12:49 +09:00
Josh Aas 08caec849c Improve support for DOM manipulation handling in native menu system, add tests. Re-landing with regression fixes. b=442972 r=kreeger sr=roc 2008-07-28 00:46:33 -04:00
Peter Weilbacher 79a15dff4f [OS/2] Bug 446290: clear print_to_filename after printing to make sure that it's not overwritten next time, r=mkaply 2008-07-27 23:33:01 +00:00
Markus Stange 882f519fe4 Bug 446463 - DrawWidgetBackground can't snap to pixels properly, remove translation. r+sr=roc. 2008-07-27 18:08:51 +02:00
Honza Bambas 3254b09cf0 Bug 435220 – Dropping images to Total Commander produces broken image. r=emaijala, sr=roc 2008-08-04 13:00:07 +02:00
dougt@dougt-xubuntu 5668fb4679 Fixes bugs 446089, 445267. adds a nsIdleService for OSSO and exposes osso functionality. This is a linux only change. r=stuart 2008-07-25 14:34:30 -07:00
Robert O'Callahan 563a807138 Back out bug 442972 to fix DOM Inspector (bug 447042). 2008-07-25 16:32:41 +12:00
Karl Tomlinson 0ed708d923 rounding changes in nsNativeThemeGTK::DrawWidgetBackground,
rename aClipRect to aDirtyRect in nsITheme::DrawWidgetBackground. b=444837 r=roc
2008-07-25 11:01:59 +12:00
Ted Mielczarek d2f723f6b0 merge to backout bug 112294 2008-07-23 08:51:30 -04:00
Ted Mielczarek a4a899e2a2 Backed out changeset ed4c2de9fa70 from bug 112294 - failing unit tests 2008-07-23 08:50:22 -04:00
Ere Maijala 88c1909593 Merge commit for bug 112294 2008-07-23 10:32:44 +03:00
Ere Maijala 2372bd5fea Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
r=neil/smaug
sr=roc
2008-07-23 10:26:24 +03:00
Peter Weilbacher ca84bf0ddc Bug 258136: Long HTML page takes very long to load on OS/2. r=mkaply
Fixing an old typo to make OS/2 load long pages up to 10 times as fast! :-)
2008-07-23 08:56:10 +02:00
Josh Aas 2467b27e9f improve support for DOM manipulations in native menu system, add tests. b=442972 r=kreeger sr=roc 2008-07-21 00:33:38 -04:00
Rob Arnold 58b618a9b0 Bug 446238 - broken rendering of menus on WinXP r=vlad 2008-07-21 12:55:31 -07:00
Josh Aas ce90fb3c24 fix license comments and a misspelling. r/sr=sparky the wonder dog 2008-07-21 09:26:34 -04:00
Peter Weilbacher d404ae2f2c No Bug: whitespace changes to test Mercurial operation on OS/2. 2008-07-17 23:15:06 +00:00
Kai Liu 6f5cd1aa07 Incorrect display of right-to-left menus in Vista - bug 403458 r+sr=vlad 2008-07-18 13:55:25 -07:00
Kai Liu 291895f4ba Native Windows theme supports needs ot be able to handle mirrored RTL drawing - bug 441452 r+sr=vlad 2008-07-18 13:50:21 -07:00
Josh Aas e39224aabc fix crash in nsMenuX::OnCreate(). b=443455 r=smichaud sr=roc 2008-07-18 13:38:03 -04:00
Rob Campbell 9f83db47de revert nsMenuBarX.mm 2008-07-18 11:35:13 -03:00
Rob Campbell 48da4723b5 bug 436540 - BookmarksMenu items from distribution.ini do not get added to Bookmarks Menu, p=me, r=gavin+thunder 2008-07-18 11:00:41 -03:00
Shawn Wilsher 1c8ee0c237 merge to mozilla-central tip after backout (for bug 445838). 2008-07-17 18:18:40 -04:00
Shawn Wilsher 0418cd065c Backed out changeset e05e892261a8 (bug 444005) because it caused bug 445838. 2008-07-17 18:18:07 -04:00
Rob Arnold 1e7cb11d8e Centralize win32 theme implementation - bug 444013 r=vlad 2008-07-17 10:19:10 -07:00
Rob Arnold 70fb880d14 Disable double buffering when Vista compositor is enabled - bug 444005 r=vlad 2008-07-17 10:10:57 -07:00
Rob Arnold 901329e61c Cleanup unused transparency code in nsWindow.cpp - Bug 444679 r=vlad 2008-07-17 10:09:10 -07:00
Karl Tomlinson 9738632051 cairo_draw_with_xlib should provide a non-NULL visual to callback. b=445250 r=vlad 2008-07-17 13:22:50 +12:00
Steven Michaud dc085b2e37 Crash while doing Flash IME. b=443024 r=josh,masayuki sr=vladimir 2008-07-14 09:38:49 -05:00
Blake Kaplan 9203ce420a Make cocoa's nsSound implementation implement all needed interfaces. bug 444113, r=josh sr=roc 2008-07-14 15:04:24 +02:00
Sylvain Pasche 5c4d8d77e3 Take non-Xinerama codepath when Xinerama reports only one screen. (Bug 403706) r=dbaron sr=roc 2008-07-13 20:20:33 -07:00
L. David Baron 1173e2f94d Do reinitialization of screen info at the screen manager level, so we get it for the xinerama codepath too. (Bug 403706) r+sr=roc 2008-07-13 20:20:30 -07:00
L. David Baron a6d2b5bf4c Don't leak the result of PR_LoadLibrary for the xinerama library. (Bug 403706) r+sr=roc 2008-07-13 20:20:27 -07:00
L. David Baron 6ce752214d Remove mNumScreens since it duplicates the length of mCachedScreenArray. (Bug 403706) r+sr=roc 2008-07-13 20:20:24 -07:00
L. David Baron 5da80eb095 Convert nsScreenManagerGtk from nsISupportsArray to nsCOMArray. (Bug 403706) r+sr=roc 2008-07-13 20:20:21 -07:00
Jim Chen d37d5f2eeb Bug 444772. Remove unused nsIKBStateControl. r+sr=roc 2008-07-14 14:56:54 +12:00
Jim Chen 264921a050 Bug 444772. Merge nsIKBStateControl into nsIWidget. r+sr=roc 2008-07-14 14:56:18 +12:00
Markus Stange d86ae4c7a6 Bug 432131 – [10.4] Slight delay / flash / lag when window loses focus. r=josh, sr=roc 2008-07-12 11:38:41 +02:00
Kai Liu d784906f5f Bug 437009 – buttons with type="radio" or type="checkbox" render with the incorrect state when checked. r+sr=vlad 2008-07-12 11:15:07 +02:00
Kai Liu 7439b6827b Bug 441034 – Unfocused <select> arrow-button has transparent background. r=vlad 2008-07-12 11:08:23 +02:00
Jesse Ruderman 6fa784c47b Remove extra semicolon (bug 443756). Patch reviewed by Peter Weilbacher. 2008-07-11 14:34:05 -07:00
Ryan A. C 496f972497 Bug 426732 - implement -moz-nativelinktext, r=dbaron, sr=roc 2008-07-11 20:34:53 +02:00
Ryan A. C 08f210332e Backed out changeset 9718a9421ee3 2008-07-11 16:30:30 +02:00
Ryan A. C 999c32a6ee Bug 426732 - implement -moz-nativelinktext, r=dbaron, sr=roc 2008-07-11 16:23:26 +02:00
Chris Double 91826e2fd0 Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc 2008-07-09 20:22:20 +12:00
Karl Tomlinson bb5ad136ed Comments for Bug 432389 – CapsLock and NumLock state should be preferred at KeyTranslate.
r=josh sr=roc
2008-07-08 14:19:56 +12:00
Karl Tomlinson ccb2fa8327 Bug 435764 – crash [@ cairo_draw_with_xlib] painting windowless plugins.
Move ws_info set-up from nsObjectFrame::CallSetWindow().
Provide gfxXlibNativeRenderer::NativeDraw with Screen and Colormap.
r+sr=roc
2008-07-08 14:15:40 +12:00
Brad Lassey 61414a5366 changes to honor the disable printing flag b=362455 r=roc sr=roc 2008-07-02 12:35:31 -04:00
Mats Palmgren fab38680f3 Clamp window width to twice the X screen width (ditto for height). b=409006 r+sr=roc 2008-07-02 13:09:15 +02:00
Steven Michaud 19fb988fd4 IME doesn't work in Flash with Cocoa build (fix broken handing of key-up events, see bug 434914). b=357670 r=josh sr=roc 2008-06-30 11:30:22 -05:00
Mats Palmgren 10f21e7e3f Don't use the surface if there was an error creating it. b=441995 r+sr=roc 2008-06-28 23:45:53 +02:00
Josh Aas 9749c3d829 Re-landing. Decomtaminate native menu system. Add new native menu API. Lots of cleanup for the native menu system code. Memory usage and speed improvements. b=433952 r=bent r=kreeger sr=roc 2008-06-28 03:55:30 -04:00
Steven Michaud 4fa455df65 Keyboard shortcuts sometimes fail. b=428405 r=josh sr=roc 2008-06-27 15:48:03 -05:00
Steven Michaud 0d4abe0152 Left-clicking on Customize Toolbar popup doesn't give app focus to Firefox. b=434097 r=josh sr=roc 2008-06-27 15:31:54 -05:00
Steven Michaud 20070e579d Crash when closing pop-under window without focusing it. b=433644 r=josh sr=roc 2008-06-27 12:11:24 -05:00
Josh Aas aa0023d237 back out 433952 2008-06-27 02:52:18 -04:00
Josh Aas 5e50e676a1 bustage fix for bug 433952 landing 2008-06-27 01:22:22 -04:00
Josh Aas 0d352b4197 Decomtaminate native menu system. Add new native menu API. Lots of cleanup for the native menu system code. Memory usage and speed improvements. b=433952 r=bent r=kreeger sr=roc 2008-06-27 00:14:45 -04:00
Michael Ventnor c6a1fd787c Bug 118308, NS_THEME_TEXTFIELD_CARET implementation (GTK), r+sr=roc 2008-06-23 11:50:52 +03:00
Michael Ventnor 95215d2e79 Bug 440112, Form elements are not hidden behind overlapping parent with overflow:hidden, r+sr=roc 2008-06-23 11:30:07 +03:00
Bo Yang 9b4b769367 Bug 439603 - scope a case statement to avoid an unusual error during cross-compiling, r=roc 2008-06-19 14:32:52 -04:00
Bo Yang 6d4dc631e4 Bug 439593 - compile error in mingw casting HKL to DWORD, r=roc 2008-06-19 10:32:04 -04:00
Bo Yang a413d20797 Bug 439593 - GCC can't convert types automatically when cross-compiling, r=roc 2008-06-19 10:24:30 -04:00
Michael Ventnor 7964df7c86 Bug 376238: drag feedback should be transparent on gtk. r+sr=roc 2008-06-18 10:20:29 +01:00
Reed Loden 99fc3ad9d4 Back out Ventron's patch in bug 376238 due to test failures. 2008-06-17 00:55:04 -07:00
Michael Ventnor cc01790bc7 Bug 376238 - "drag feedback should be transparent on gtk" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc] 2008-06-16 23:15:40 -07:00
Kai Liu a39f48b35f Bug 439274: NS_THEME_SCROLLBAR_GRIPPER_* should get its state from its parent, r+sr=roc 2008-06-15 21:32:15 -04:00
Olli Pettay a1c0d47a56 Bug 412567, Once dispatched, events cannot be redispatched, r+sr=jst 2008-06-04 23:09:48 +03:00
dtownsend@oxymoronical.com deb15a4120 Backout of bug 357670 due to bug 434914. a=shaver 2008-05-30 07:32:43 -07:00
mats.palmgren@bredband.net 2d15f3f801 Bail out if DispatchWindowEvent() causes this widget to be destroyed. b=433432 r=joshmoz sr=roc a1.9=beltzner 2008-05-26 15:30:46 -07:00
mozilla@weilbacher.org 035317dfe2 [OS/2] Bug 435010: fix printing to PDF 2008-05-24 09:21:54 -07:00
mozilla@weilbacher.org 459291267d [OS/2] Bug 415522: print to a PDF file on the Desktop as a workaround for crashing during printing 2008-05-24 09:18:27 -07:00
karlt+@karlt.net f1d13b1402 Bug 433192. Ctrl+Shift+X doesn't switch text-direction in text boxes with Hebrew keyboard layout. p=masayuki+karl r=gavin sr=roc a1.9=schrep. 2008-05-11 17:39:29 -07:00
karlt+@karlt.net a863361e54 Bug 432533 - some mac key tests fail on Mac OS X 10.5 p=kinetik@flim.org (Matthew Gregan) r=josh sr=roc a1.9=damons 2008-05-09 16:14:57 -07:00
karlt+@karlt.net 0d1820d01c Bug 433030. Desired character codes for DOM events with Cmd+Shift. p=masayuki+karl r=josh sr=roc a=discore. 2008-05-09 16:10:40 -07:00
joshmoz@gmail.com 90cad534bb back out bug 54488 due to Ts regression. a=schrep 2008-05-09 11:12:39 -07:00
gavin@gavinsharp.com e6699d969a Fix mistake in previous nit fix from bug 432389 2008-05-08 18:58:17 -07:00
gavin@gavinsharp.com f8d61e642f Fix nit from previous checkin for bug 432389 2008-05-08 18:56:36 -07:00
gavin@gavinsharp.com 0d57248f3c Bug 432389 followup: refactor code to make it more understandable, patch by Karl Tomlinson <mozbugz@karlt.net>, r=roc, a=schrep 2008-05-08 18:51:46 -07:00
gavin@gavinsharp.com 4e5991fe09 Bug 332314: Menu items are improperly aligned when using iconic menuitems, patch by Kai Liu <kliu@mozilla.kailiu.com>, r=me, r=zeniko, r=roc, a=damon 2008-05-08 17:18:46 -07:00
masayuki@d-toybox.com 990c48434e Bug 432389 CapsLock and NumLock state should be preferred at KeyTranslate code: r=josh+karl, sr=roc, a=dsicore tests: r+sr=roc 2008-05-08 17:01:29 -07:00
joshmoz@gmail.com abd59d5b3c add tests, patch by roc, b=432773 r=josh 2008-05-08 15:41:13 -07:00
joshmoz@gmail.com cf50360a25 Use different key translation API on 10.5, what worked on 10.4 is garbage on 10.5. Fixes some key combos on non-US keyboard layouts. Patch by Karl, Josh, and Roc. b=432632 r=karl r=josh sr=roc a=dsicore 2008-05-08 15:03:46 -07:00
gavin@gavinsharp.com 73a51ebfa4 Bug 427173: fix massive tooltips after switching OS themes by making sure we release the right theme handle, patch by Kai Liu <kliu@mozilla.kailiu.com>, r+sr=roc, a=schrep 2008-05-08 08:17:23 -07:00
reed@reedloden.com a6a6939f1e Bug 431309 - "Vista toolbar styles should have a -moz-win- prefix" (using the -moz-win- prefix) [p=kliu@mozilla.kailiu.com (Kai Liu) r+sr=roc a1.9=beltzner] 2008-05-08 02:29:38 -07:00
joshmoz@gmail.com a1ccc68144 make widgets appear inactive when they are backgrounded. patch by Markus Stange. b=54488 r=josh sr=roc a=schrep 2008-05-07 15:22:33 -07:00
joshmoz@gmail.com b63056a1c2 key translation fixes, patch by Masayuki. b=432388 r=josh r=karl sr=roc a=schrep 2008-05-07 14:54:21 -07:00
joshmoz@gmail.com a75810cd87 fix active/inactive for sheets that are children of sheets. patch by Steven Michaud. b=432212 r=josh sr=roc a=schrep 2008-05-07 14:15:57 -07:00
joshmoz@gmail.com a5af48ce92 null check. patch by Steven Michaud. b=432556 r=josh sr=roc a=schrep 2008-05-07 14:13:01 -07:00
roc+@cs.cmu.edu 272208662c Bug 432466, fixing bustage 2008-05-06 22:17:40 -07:00
roc+@cs.cmu.edu 61760707b2 Bug 432466. Allow sendNativeKeyEvent to return NS_ERROR_NOT_AVAILABLE to indicate that a keyboard layout is not available. Load keyboard layouts programmatically on Windows so we can detect whether a keyboard is available. This also makes keyboard layouts usable when they're installed but not enabled, which is true for most layouts, so we can reenable the Greek keyboard tests on tinderbox. r=karlt,a=beltzner 2008-05-06 21:46:37 -07:00
joshmoz@gmail.com bb23f9115a use native event routing for synthesized key events. b=432405 r/sr=roc a=dsicore 2008-05-06 14:00:59 -07:00
Oleg Romashin 8813684108 Fixed Qt scrollbars rendering
p=Pekka Vanhoja
2008-05-06 16:41:32 +03:00
roc+@cs.cmu.edu af6baa5832 Fixing bustage 2008-05-06 00:33:08 -07:00
masayuki@d-toybox.com e9f7bd9ad5 Bug 429510 Web apps cannot handle Ctrl+foo/Alt+foo key on keypress event, gtk2 part r=karl, sr=roc, a=beltzner 2008-05-05 21:11:52 -07:00
roc+@cs.cmu.edu 1f1b2d9bbd disabling failing (new) tests 2008-05-05 17:07:19 -07:00
roc+@cs.cmu.edu 053304431d Reverting unwanted changes 2008-05-05 16:44:18 -07:00
roc+@cs.cmu.edu 31ec6e9c58 Reverting unwanted changes 2008-05-05 16:20:39 -07:00
roc+@cs.cmu.edu a41b7ed86d Bug 431503. Infrastructure and tests for native key event translation. r=josh,karlt,sr=jst 2008-05-05 16:01:07 -07:00
mozilla@weilbacher.org 7fc2598eda [OS/2] Bug 400329: work around hover position mismatch after scrolling on pages with iframes, r=mkaply 2008-05-02 13:49:18 -07:00
bent.mozilla@gmail.com c587700da8 Bug 431475 - "KeyEquivDBItem shouldn't use NSMutableIndexSet". Patch by me and Josh Aas <joshmoz@gmail.com>. r=smichaud, sr=vlad, a=mconnor. 2008-05-02 11:35:04 -07:00
roc+@cs.cmu.edu 561174a1aa Bug 406730. Track window activation status and set an 'active' attribute on the XUL root so we can style window contents based on activation status. Also provide active+inactive colors to Cocoa chrome drawing and use them based on 'main' state. Patch by Markus Strange, r=josh,sr=roc,a=mconnor 2008-05-02 04:32:50 -07:00
roc+@cs.cmu.edu d8ba7ee964 Bug 428071. Tie NS_ACTIVATE/NS_DEACTIVE state to a window's 'main' status. patch by Markus Stange and Stephen Michaud, r=josh,r=mstange,sr=roc,a=mconnor. God have mercy on us all 2008-05-02 03:40:49 -07:00
masayuki@d-toybox.com d9d750058c Bug 431468 Using right alt key in keyboard shortcuts has no effect r=ere, sr=roc, a=dsicore 2008-05-01 21:32:28 -07:00
masayuki@d-toybox.com c836d067cc Bug 430499 [10.5] Can't switch tabs with CTRL + Tab r=josh, sr=vlad, a=dsicore 2008-05-01 21:30:38 -07:00
mozilla@weilbacher.org 943fc2ef29 [OS/2] Bug 410398: fix autoscroll behavior on trunk, r=wuno 2008-05-01 14:49:19 -07:00
smichaud@pobox.com 59fdd4c4c2 App focus wierdness with sheets. b=431429 r=josh sr=roc a=dsicore 2008-05-01 08:50:23 -07:00
dholbert@cs.stanford.edu f00d46c83e Bug 431190: Make Linux print dialog & page setup dialog modal. r+sr=vlad a=damons 2008-04-30 23:43:04 -07:00
karlt+@karlt.net 32fc0dcede Bug 431478 - alternativeCharCodes should depend on CapsLock/NumLock state r=masayuki sr=roc a1.9=damons 2008-04-30 16:14:01 -07:00
Vladimir Vukicevic 71d470b9e7 Merging mozilla-central to mozilla-qt. 2008-04-30 16:00:19 -07:00
masayuki@d-toybox.com 4870aec3be Bug 429510 Web apps cannot handle Ctrl+foo/Alt+foo key on keypress event (windows part) r=karl, sr=roc, a=dsicore 2008-04-29 21:12:15 -07:00
smichaud@pobox.com ed8f0b78d0 Crash on exit when some extensions' prefs windows are key. b=430506 r=josh sr=roc a=dsicore 2008-04-29 17:35:50 -07:00
gavin@gavinsharp.com 9faf302294 Revert accidental checkin 2008-04-29 13:18:11 -07:00
gavin@gavinsharp.com 989734bbdf Bustage fix for bug 427045 2008-04-29 13:17:21 -07:00
gavin@gavinsharp.com 603d1a4569 Bug 427045: Pull out correct toolbar colors in Vista themes, patch by wesley-johnston@uiowa.edu, r=vlad, sr=roc, a=beltzner 2008-04-29 12:27:23 -07:00
smichaud@pobox.com 088b3636da Followup cosmetic fix for patch for bug 426499 (code neutral). b=426499 r=josh 2008-04-29 09:04:25 -07:00
masayuki@d-toybox.com 6315997220 Bug 430650 '^' and 'N' chars don't work in password fields r=roc+katakai, sr=roc, a=beltzner 2008-04-29 08:31:51 -07:00
Oleg Romashin c9e3fbb24d Disabled force repainting of whole widget area on each scroll event 2008-04-29 17:54:13 +03:00
Oleg Romashin c5bd4d875e Disable GTK related hack from QT native themes 2008-04-29 13:24:51 +03:00
Oleg Romashin bdb1e160a4 Disabled Native Theme for styled widgets
Probably fixed performance issue on dhtml benchmark
2008-04-29 11:03:54 +03:00
romaxa@microb.research.nokia.com c4480dc4a5 Remove QT_XLIB_SURFACE support (cairo-xlib drawing on QT-widget) 2008-04-29 07:42:08 +03:00
Vladimir Vukicevic 9c61c0e59b [qt] Don't recreate the surface returned by nsWindow::ThebesSurface() 2008-04-28 18:16:45 -07:00
Vladimir Vukicevic f2afa365c3 Get rid of unnecessary printfs 2008-04-28 18:16:23 -07:00
Vladimir Vukicevic 10e2cf8a01 [cairo-qpainter] Create QPixmaps with an alpha channel if required 2008-04-28 18:15:30 -07:00
joshmoz@gmail.com 0db73352e4 make key equivs work when a plugin has focus on Mac OS X. b=428047 r=smichaud sr=roc a=mconnor 2008-04-28 10:43:34 -07:00
gavin@gavinsharp.com 9ed4bb9d3a Bug 428792: expanders cause 'unsupported widget' warning, patch by Ian Spence <ispence@gmail.com>, r+sr=roc, a=beltzner 2008-04-28 03:06:56 -07:00
vladimir@pobox.com 32bee1faae b=427122, padding on select elements is ignored ; r=dbaron, a=beltzner 2008-04-25 16:12:45 -07:00
masayuki@d-toybox.com 84d6c0c6d0 Bug 430419 Command-Option-F does not select search box #2 r=josh, sr=roc, a=dsicore 2008-04-25 11:32:45 -07:00
mats.palmgren@bredband.net db8b65d4c8 Add error handling for invalid filename. b=429707 r+sr=roc a1.9=beltzner 2008-04-25 03:48:57 -07:00
smichaud@pobox.com a701b6872e Disable OS-level menu reindexing on OS X 10.5 and higher (to avoid crashes and other problems opening the Help menu). b=426499 r=josh sr=roc a=beltzner 2008-04-24 08:30:20 -07:00
roc+@cs.cmu.edu b59f02562c Bug 429188. Support CSS colors for 'odd tree row' and 'even tree row' on all platforms. patch by stefanh@inbox.com, r+sr=roc,r=gavin,a=beltzner 2008-04-24 01:08:33 -07:00
gavin@gavinsharp.com 7bd74eae4a Bug 277067: Mozilla mistimes changing QuickDraw plugin visibility when switching tabs, patch by patch by Matthew Gregan <kinetik@flim.org>, r=josh, sr=roc, a=damon 2008-04-23 15:56:40 -07:00
gavin@gavinsharp.com bb0e907b79 Bug 428680: Sometimes, the document node is the event target for mousemove events now, patch by Matthew Gregan <kinetik@flim.org>, r=smaug, sr=roc, a=damon 2008-04-23 15:51:27 -07:00
reed@reedloden.com b7f62b8621 Bug 430434 - "dropdown button on menulists in Vista chrome should not have a hover state" (always assume normal state if vista & not content) [p=beltzner@mozilla.com (Mike Beltzner) r+a1.9=vlad] 2008-04-23 14:01:16 -07:00
smichaud@pobox.com f908c73507 "Default browser" or proxy auth dialog (sheet) appears mostly off-screen. b=424266 r=josh sr=roc a=dsicore 2008-04-23 09:08:00 -07:00
pevanhoj@pevanhoj-laptop 0eb81df954 Fix for clipboard pasting 2008-04-23 15:56:43 +03:00
blassey@vmware-ubuntu 54d325ac32 nsAppShell wasn't returning the right value for processNextNativeEvent, now it uses the return value of QAbstractEventDispatcher to return true if and event was processed 2008-04-23 03:04:55 -04:00
masayuki@d-toybox.com b913c5c219 Bug 423814 [10.5] Cannot change the input modes with Kotoeri By Ctrl+Shift+k/Ctrl+Shift+j/Ctrl+Shift+; r=josh, sr=vlad, a1.9=beltzner 2008-04-22 20:41:50 -07:00
mozilla@weilbacher.org e5f087b5ff [OS/2] Bug 430345: Small OS/2 widget cleanup following other platforms, r=mkaply 2008-04-22 14:43:44 -07:00
Stuart Parmenter 5701efb9c0 use glib directly for event handling until we can get support for processing single events from Qt 2008-04-22 13:05:03 -07:00
gavin@gavinsharp.com e731f14fcf Bug 430212: not enough padding on textbox and textarea widgets on Vista, patch by Mike Beltzner <beltzner@mozilla.com>, r+a=vlad 2008-04-22 12:56:10 -07:00
gavin@gavinsharp.com 3fa4894715 Bug 429791: SPI_GETFLATMENU does not fail on Windows 2000 and can even return TRUE, patch by Kai Liu <kliu.bugzilla.3c9f@mail.kailiu.com>, r=vlad, sr=roc, a=beltzner 2008-04-22 09:57:36 -07:00
gavin@gavinsharp.com f502e2b072 Bug 429176: :-moz-system-metric(windows-default-theme) should treat Royale and Zune the same as Luna, patch by Kai Liu <kliu.bugzilla.3c9f@mail.kailiu.com>, r+sr=roc, a=beltzner 2008-04-22 09:54:51 -07:00
pevanhoj@pevanhoj-laptop 38f785047d Make nsAppShell compile with Qt 4.3 2008-04-22 16:51:40 +03:00
Oleg Romashin 58c678bfa1 Fixed linking with X11 library 2008-04-22 16:42:22 +03:00
Vladimir Vukicevic 93f89de503 [qt] fix up AppShell to use postEvent 2008-04-22 05:20:42 -07:00
Vladimir Vukicevic 9c90f600c7 [qt] Get rid of mCreated; rename nsWindow event handlers to sync with Qt names 2008-04-22 04:21:18 -07:00
Vladimir Vukicevic 8fa761b21a [qt] remove NativeResize, NativeCreate, NativeShow 2008-04-22 04:21:18 -07:00
Vladimir Vukicevic d774b57070 [qt] rename mDrawingarea -> mDrawingArea 2008-04-22 04:21:18 -07:00
Vladimir Vukicevic 27f13cbfc4 [qt] Remove old Gtk-style transparency cruft 2008-04-22 04:21:17 -07:00
Vladimir Vukicevic b33fccaf15 [qt] Get rid of nsCommonWidget; dump everything into nsWindow 2008-04-22 04:21:17 -07:00
Vladimir Vukicevic 24b6a96361 [qt theme] Use GetRect() not GetContentRect() in NativeThemeQt
Neither one is correct, but GetRect() happens to work since it's inlined and just
returns a local member.  GetContentRect isn't available since it's a function
defined in gklayout, and widget does not link to layout.  (It happens to work in
libxul builds due to the way libxul is linked, but it shouldn't be used.)
2008-04-22 04:18:32 -07:00
Oleg Romashin 17eed5a6ef branch merge 2008-04-22 14:14:46 +03:00
Oleg Romashin 6fdc01114f Different approach for nsAppshel implementation, based on normal QObject signal 2008-04-22 14:12:52 +03:00
pevanhoj@pevanhoj-laptop ff8449f1d6 Fix for native theme dropdown f 2008-04-22 12:34:31 +03:00
pevanhoj@pevanhoj-laptop f1c77daea3 Fix for dropdown focus drawing 2008-04-22 12:33:33 +03:00
masayuki@d-toybox.com deb7e5605d Bug 411875 Kotoeri (Japanese IM) crashes when using Firefox on Mac OS X (10.5.*) r=josh, sr=roc, a1.9=beltzner 2008-04-21 20:30:45 -07:00
dholbert@cs.stanford.edu 53026c6433 Bug 429337: re-landing patch, with bustage fix. (bustage fix initializes nsPrintSettingsGTK::mPrintSelectionOnly to false in default constructor. Wasn't getting initialized before.) 2008-04-21 18:18:26 -07:00
pevanhoj@pevanhoj-laptop d7b1f3aa7f Native theming update for scrollbars 2008-04-21 17:48:12 +03:00
peaho@peaho-laptop-linux b8e3158e8c fix for dropdown min size
ddd
2008-04-21 14:20:32 +03:00
Vladimir Vukicevic a048f9d8cc Comment out X11-specific code to enable Qt Embedded builds 2008-04-20 06:54:27 -07:00
Vladimir Vukicevic deb4e513de Get rid of debug code that uses Qt 4.4 symbols 2008-04-20 01:51:35 -07:00
Vladimir Vukicevic ab0060c75f [qt] Use Qt for double buffering; let Qt handle events that Gecko doesn't want
In particular, the Update event needs to be passed to QWidget::event so that
a Paint event is generated and we can actually do the painting.
2008-04-20 01:37:07 -07:00
vladimir@pobox.com 7ca24931ed backing out 2008-04-20 01:24:42 -07:00
vlad ee758e2caa Qt: widget/gfx work
- Fix crash on window close
  - Qt expects the QWidget to remain available even after it has
processed a close event. So, use deleteLater() instead of
deleting outright.
  - Also carry around the MozQWidget pointer (though we need to rework
CreateQWidget and ::Initialize) so that we can call dropReceiver

- Fix screen <-> widget coordinate translation
  - Fixes popup menu positioning

- Honor mayWait in nsAppShell::ProcessNextNativeEvent
  - Prevents massive busy-waiting

- Don't pretend to support translucent windows

- Fix embedding widget build failure

- cairo-qpainter: invert source matrix in paint() to get proper
transform (proper positioning of elements drawn using paint())

- Cleaner event handling in mozqwidget -- return full nsEventStatus,
not just boolean, and decide whether to call QWidget::event() based
on that.
2008-04-20 11:16:40 +03:00
vladimir@pobox.com ff8acc97ea b=427122, padding on select elements ignored, r=dbaron,a=beltzner 2008-04-19 23:42:00 -07:00
romaxa@romaxa.research.nokia.com 8788f2253d Fixed missing changes for gfxQtPlatform rename 2008-04-19 20:21:53 +03:00
pekka.vanhoja f5fe185f19 Fixed textfield rendering in nsNativeThemeQt 2008-04-19 19:10:05 +03:00
pekka.vanhoja 245e7708d5 Fixed textfield rendering in nsNativeThemeQt 2008-04-19 19:10:01 +03:00
pekka.vanhoja 652e848682 Updated nsLookAndFeel - modified couple colors, added few *_moz_* colors 2008-04-19 19:09:56 +03:00
romashin 042af762bc Fixed qt version define 2008-04-19 19:07:34 +03:00
pekka.vanhoja dc4f0813d5 Fixed misc nsNativeThemeQt rendering 2008-04-19 19:07:29 +03:00
pekka.vanhoja 2431ebde57 Updated nsLookAndFeel implementation - updated some of the native colors, make it compile also with Qt 4.3 2008-04-19 19:07:20 +03:00
pekka.vanhoja d40a9f9555 Updated nsLookAndFeel implementation - updated some of the native colors 2008-04-19 19:07:15 +03:00
pekka.vanhoja 7946badd37 Updated nsLookAndFeel implementation - button hover works, corrected some of the native colors 2008-04-19 19:07:10 +03:00
pekka.aho 1446d8c6f7 native theme zooming fix 2008-04-19 19:06:26 +03:00
pekka.vanhoja 922d778487 Updated nsLookAndFeel implementation 2008-04-19 19:04:37 +03:00
pekka.vanhoja eaf0601b1c Started nsLookAndFeel implementation 2008-04-19 19:04:22 +03:00
tero.turtiainen 793e764872 Commented out some qDebug spam 2008-04-19 19:03:58 +03:00
vlad 15b3e60502 Qt: widget/gfx work
- Fix crash on window close
  - Qt expects the QWidget to remain available even after it has
processed a close event. So, use deleteLater() instead of
deleting outright.
  - Also carry around the MozQWidget pointer (though we need to rework
CreateQWidget and ::Initialize) so that we can call dropReceiver

- Fix screen <-> widget coordinate translation
  - Fixes popup menu positioning

- Honor mayWait in nsAppShell::ProcessNextNativeEvent
  - Prevents massive busy-waiting

- Don't pretend to support translucent windows

- Fix embedding widget build failure

- cairo-qpainter: invert source matrix in paint() to get proper
transform (proper positioning of elements drawn using paint())

- Cleaner event handling in mozqwidget -- return full nsEventStatus,
not just boolean, and decide whether to call QWidget::event() based
on that.
2008-04-19 19:02:53 +03:00
romaxa@romaxa.research.nokia.com 1e6bd20e92 Remove files added by mistake 2008-04-19 18:56:33 +03:00
tero.turtiainen 99a5632f3f Added small checkbox 2008-04-19 18:53:54 +03:00
tero.turtiainen d5eef7c119 Multiline text field added 2008-04-19 18:53:50 +03:00
romashin 862321dab4 Make optional compilation with Qt cairo-xlib surface (for comparing and bugfixing)
DEFINE QT_XLIB_SURFACE
2008-04-19 18:53:46 +03:00
romashin 95bb77ef25 No qt3 support 2008-04-19 18:53:41 +03:00
tero.turtiainen 5114605125 Fixed a merge error 2008-04-19 18:53:32 +03:00
tero.turtiainen 6bd8c2d633 Updated scrollbars in nsNativeThemeQt 2008-04-19 18:53:28 +03:00
pekka.vanhoja 06622f3ba5 Updated nsNativeThemeQt 2008-04-19 18:53:24 +03:00
piia.ruokonen b73c3bc460 FilePicker implementation 2008-04-19 18:44:21 +03:00
pekka.vanhoja f016417e90 Updates to nsNativeThemeQt - draws scrollbar up button 2008-04-19 18:44:16 +03:00
tero.turtiainen 105f96594a Removed some useless qDebugs 2008-04-19 18:44:12 +03:00
pekka.vanhoja e84b1299a7 Updates to nsNativeThemeQt - draws radio buttons 2008-04-19 18:44:07 +03:00
pekka.vanhoja 3d3e653a16 Updates to nsNativeThemeQt - draws line edit and buttons 2008-04-19 18:44:03 +03:00
tero.turtiainen 8b42bfbe45 Some updates to allow drag&dropping to browser window 2008-04-19 18:43:56 +03:00
pekka.vanhoja 413a6e9506 Added initial version for nsNativeThemeQt - uncomment from nsWidgetFactory components[] to enable it 2008-04-19 18:43:48 +03:00
romashin 4c74280f64 Disable directo drawing on X11 screen 2008-04-19 18:43:44 +03:00
pekka.aho d53cc32f35 Sound widget implementation 2008-04-19 18:43:36 +03:00
tero.turtiainen 0179e039db Dragging from browser implemented 2008-04-19 18:43:32 +03:00
romashin c5fe03a88c Added new cairo-qt surface from Vlad's patch
New created files moved in sandbox/qt_port.. cairo and gfxQPainterSurface
Changes for existing files applyed from 100_qt-qpainter-cairo.diff
Fixed building non deb mozilla with build_non_deb.sh script
Fixed tab-spaces in new created file cairo-qpainter-surface.cpp
2008-04-19 18:43:23 +03:00
pekka.vanhoja 25f29af124 Added idle service implementation for qt 2008-04-19 18:41:14 +03:00
pekka.vanhoja f2912915fa Added qt bidikeyboard implementation 2008-04-19 18:41:10 +03:00
tero.turtiainen bf0daf76d2 Stub implementation of QT drag service 2008-04-19 18:41:02 +03:00
pekka.vanhoja ece88fa2bc Added qt bidikeyboard implementation 2008-04-19 18:40:58 +03:00
tero.turtiainen 36bec4f9dd Fixed Unicode support 2008-04-19 18:40:50 +03:00
tero.turtiainen 968afe5978 First implementation of QT clipboard 2008-04-19 18:40:33 +03:00
romashin 3b88697f17 Add contributor name 2008-04-19 18:39:38 +03:00
romashin 570470247c Removed debug info 2008-04-19 18:39:26 +03:00
romashin 9cbb12c033 Fixed double buffering for QT widget 2008-04-19 18:39:14 +03:00
romashin 3f7da5ec7f Fixed broken key handling 2008-04-19 18:38:21 +03:00
romashin a8b92f8738 Fixed broken key events 2008-04-19 18:38:16 +03:00
romashin 79428b87b6 Fixed proper focus setup 2008-04-19 18:38:12 +03:00
romashin 2b4140d6db Fixed cursor setup on input widgets 2008-04-19 18:38:08 +03:00
romashin a6a3807bf0 Remove debug info 2008-04-19 18:38:04 +03:00
romashin 7e1f1acd0a Remove warning 2008-04-19 18:38:00 +03:00
romashin 14976da586 Fixed cursor handling 2008-04-19 18:37:55 +03:00
romashin d3522e9ea4 Major reimplementation of nsWindow class
Full step by step porting of Gtk2 version
Fixes: some problems with widget resize...
New problems: SetCursor does not work
2008-04-19 18:37:51 +03:00
romashin abbdf27f4f Ported key converters from gtk implementation 2008-04-19 18:37:34 +03:00
romashin 5c67ad925f Proper implementation of nsAppShell event queue 2008-04-19 18:35:04 +03:00
romashin 791c1d86b2 Disable debug output 2008-04-19 18:34:51 +03:00
romashin c1ceae4223 Fixed cairo rendering on top of main widget 2008-04-19 18:34:47 +03:00
romashin b92d069fb2 Commenting 2008-04-19 18:34:20 +03:00
romashin abbd5ee329 Fixed handle according to example from QCairo 2008-04-19 18:34:14 +03:00
romashin 7b07258b07 Workarround fix for suck compiler 2008-04-19 18:33:59 +03:00
romashin e88f3e1817 Fixed undefined reference for ScreenManagerQt 2008-04-19 18:33:54 +03:00
romaxa@romaxa.research.nokia.com f8fb8f1892 Resurect old widget-qt port on new mozilla trunk 2008-04-19 18:31:50 +03:00
pekka.vanhoja 429b3be6b5 Removed files from compilation set to make widget module compile for now 2008-04-19 18:28:43 +03:00
Oleg Romashin ca81ff0a1b Added Screen Manager
Some fixes and addditional stuff for fonts
2008-04-19 18:14:15 +03:00
Oleg Romashin 6eead84ec5 Simple nsAppShell QT implementation 2008-04-19 18:14:03 +03:00
Oleg Romashin 0c510d33b2 Fixed AppShell Service initialization 2008-04-19 18:13:59 +03:00
Oleg Romashin 2f261d7b11 Added some debug info 2008-04-19 18:13:44 +03:00
Oleg Romashin 5a7fb0fe05 Implemented first runnable QT Gecko Test Embed 2008-04-19 18:13:35 +03:00
Oleg Romashin 29b6e6ceb2 Fixed gfxPlatform initialization
Fixed proper initialization of qt nsWindow
embedding/browser/qt ported for current version of Gecko and QT4
Fixed building of TestQGeckoEmbed application
2008-04-19 18:13:29 +03:00
Oleg Romashin 242b85aba5 Adde modules which not requires implementation 2008-04-19 18:11:21 +03:00
Oleg Romashin 395462472e Add implementation of nsWindow object 2008-04-19 18:11:13 +03:00
Oleg Romashin bb942004ad Add old implementation of mozqwidget and nsCommonWidget 2008-04-19 18:10:45 +03:00
masayuki@d-toybox.com 7340a185ca Bug 429160 [Mac]Regression: Command-Option-F does not select search box r=karlt+josh, sr=roc, a1.9=mtschrep 2008-04-19 08:09:50 -07:00
romaxa@romaxa.research.nokia.com 32342005ec Fixed building with new QT flags
Disabled QtSql
2008-04-19 18:07:40 +03:00
romaxa@romaxa.research.nokia.com 44fb69ce2b Add nsAppShell empty implementation
Disable qt3support
2008-04-19 18:05:49 +03:00
romaxa@romaxa.research.nokia.com 294c342ecb Add base implementation of gfxQtPlatform and widget/qt 2008-04-19 18:02:52 +03:00
romaxa@romaxa.research.nokia.com 940e2cc9e9 Add using of MOZ_WIDGET_QT and other qt defines in various parts of mozilla tree 2008-04-19 16:26:02 +03:00
smichaud@pobox.com c9a90c5b47 Crash on quit when only an extension's custom window is open. b=429215 r=josh sr=vlad a=vlad 2008-04-18 08:05:37 -07:00
masayuki@d-toybox.com 9eb2e9a7c3 Bug 429180 [windows] Hotkeys/keyboard shortcuts (eg. Ctrl-C) broken in Russian locale after bug 359638 landed r=ere+karlt, sr=roc, a=beltzner 2008-04-18 07:36:05 -07:00
jwalden@mit.edu b043c32699 Bug 429233 - Firefox leaks nsTArray_base due to nsDOMKeyboardEvent's dtor not being virtual; also makes ~nsEvent virtual as well and uses MOZ_COUNT_[CD]TOR in nsEvent. Patch by Ben Turner <bent.mozilla@gmail.com>, r+sr=jst, a=beltzner 2008-04-17 15:38:35 -07:00
masayuki@d-toybox.com 7f68925250 Bug 429349 memory leaking in nsTSMManager::UpdateComposing() r=josh, sr=vlad, a=beltzner 2008-04-17 05:57:44 -07:00
neil@parkwaycc.co.uk 012f44c515 Bug 424684 GTK fires spurious drag exit after a drop r+sr=roc a=beltzner 2008-04-16 14:06:57 -07:00
gavin@gavinsharp.com f23c8df013 Bug 428876: ondrop gets wrong results when dragging multiple files, patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r+sr=roc, a=beltzner 2008-04-16 13:29:06 -07:00
gavin@gavinsharp.com 68206893af Bug 348724: nsBidiKeyboard for GTK2 backend, patch by Behnam ZWNJ Esfahbod <bugs+behnam@zwnj.org>, r=smontagu, sr=roc, a=beltzner 2008-04-16 13:03:19 -07:00
smichaud@pobox.com b050b44ac1 Fix IME input in plugins that (like Flash) get key events from NPAPI. b=357670 a=josh sr=roc a=beltzner 2008-04-16 08:27:18 -07:00
masayuki@d-toybox.com 99d32fb769 Bug 428980 leaking NSAutoreleasePool object in insertText r=josh,sr=vlad, a=beltzner 2008-04-15 21:56:51 -07:00
leon.sha@sun.com c5b8b76aa1 Bug 424751 On Linux/Unix, landscape mode setting failed if there is no CUPS printer configured. ventnor.bugzilla: review+ roc: superreview+ beltzner: approval1.9+ 2008-04-15 20:20:32 -07:00
marco.zehe@googlemail.com 9353028062 Backout of bug 427259 - Window class of dialog "MozillaDialogClass" breaks traditional screen reader dialog reading mechanisms to fix bug 429029 - Right click on WMP plugin and Properties or Options doesn't work 2008-04-14 23:05:16 -07:00
masayuki@d-toybox.com df50252cb9 Bug 359638 accesskeys are incorrectly shifted again (i.e. accesskey=. is broken) and also for b=398264, b=401086, b=414130, b=427797, b=427932, b=427995 r=karlt+ere+josh, sr=roc, a1.9=mconnor 2008-04-14 21:16:24 -07:00
mozilla@weilbacher.org 50a3d27db8 [OS/2] Bug 418645: content of mplayer plugin spills over into content area when scrolling, r=mkaply 2008-04-14 11:42:51 -07:00
wr@rosenauer.org e0aa59aa0b Bug 427979 - Bring back download manager banding, this time with native colours (Linux), p=Michael Ventnor, r=frnchfrgg, sr=vladimir, a19=beltzner 2008-04-12 05:13:32 -07:00
Olli.Pettay@helsinki.fi 87189bb240 Bug 427143, Crash [@ nsNativeDragTarget::ProcessDrag], r+sr=jst, a=beltzner 2008-04-10 05:38:05 -07:00
joshmoz@gmail.com 3c8789811a Set a regular cursor when the mouse leaves a widget so that plugins don't hide the cursor and leave it hidden. b=325558 r=smorgan sr=vlad a=beltzner 2008-04-09 10:23:34 -07:00
reed@reedloden.com 082167e2cc Bug 427256 - "Scroll Control Arrows don't work when moved to the top" (Add missing check for arrow style) [p=mstange@themasta.com (Markus Stange) r=josh sr=roc a1.9=beltzner] 2008-04-08 23:38:01 -07:00
enndeakin@sympatico.ca b4a8cf5773 Bug 390178, mouse clicks not working in noautohide panels on Windows, r+sr=roc,a=beltzner 2008-04-08 18:51:00 -07:00
joshmoz@gmail.com f344693d8d don't send two right mouse up events into Gecko for each real right mouse up event. fixes context menus in Google spreadsheets. b=418689 r=smichaud sr=vlad 2008-04-08 12:56:13 -07:00
reed@reedloden.com ce7a855156 Bug 426660 - "Allow Firefox themes to change based on the OS theme" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=vlad sr=dbaron a=blocking1.9+] 2008-04-08 11:36:53 -07:00
marco.zehe@googlemail.com a0e2cfa46b bug 427259 - Window class of dialog "MozillaDialogClass" breaks traditional screen reader dialog reading mechanisms. r+sr=roc a1.9=beltzner 2008-04-07 22:54:28 -07:00
ginn.chen@sun.com f6dd6027b1 Bug 426322 native ComboBox arrow is not rendered correctly with GNOME nimbus theme r=twanno sr=roc a=beltzner 2008-04-07 22:49:18 -07:00
joshmoz@gmail.com 3e20b72596 When Quicktime is loaded in one tab, Flash content doesn't respond very readily to clicks. Patch by Matthew Gregan. b=420527 r=josh sr=roc 2008-04-07 22:45:06 -07:00
joshmoz@gmail.com 4777b7d580 Change keyboard command event propagation in Cocoa widgets. Allow normal propagation through the view system when there is a window present regardless of a native menu item's enabled status. Also get rid of native menu command hash table because it is no longer necessary. Fixes bugs 382138 (key commands not working due to lazy menu item enabled status updates), 413681 (can't copy/paste in google spreadsheets), and 418334 (Flash unable to intercept meta key events). Also includes a crash fix from Steven Michaud. b=398514 r=smichaud sr=vlad 2008-04-07 21:38:52 -07:00
dholbert@cs.stanford.edu 616bf5f49e Bug 389949, second patch: rotate landscape-mode printed output in Linux. (so we don't end up printing landscape-oriented content on top of portrait-oriented paper.) r+sr=vlad a=blocking1.9 2008-04-07 17:32:48 -07:00
mozilla.mano@sent.com 7351193747 Bug 304147 - progressmeter in undetermined mode does not work in Mac OS X. patch by Markus Stange <mstange@themasta.com>, r=enn, sr=roc, a=beltzner. 2008-04-07 15:56:43 -07:00
vladimir@pobox.com 47f49fb1f9 b=403169, enabling cms causes unified toolbar color mismatch; patch from colin,joe; r=stuart/josh 2008-04-07 13:55:14 -07:00
joshmoz@gmail.com 1a1e6a0b32 Fix context menus for Mac OS X embedding. Patch written by Stuart Morgan and Josh Aas (yay teamwork). b=425787 r=smichaud sr=vlad 2008-04-06 16:52:05 -07:00
joshmoz@gmail.com 0131f43222 Don't use carbon events to handle menu commands. Needed for work on bugs 382138 and 418334. b=398514 r=smorgan r=kreeger sr=vlad 2008-04-04 16:29:07 -07:00
joshmoz@gmail.com 71a768b91c fix exit event on leaving the app so it doesn't get turned into a move event and incorrectly put up tooltips. b=425259 r=smichaud sr=vlad 2008-04-04 16:17:36 -07:00
reed@reedloden.com a754dd969c Bug 426706 - "Gtk-CRITICAL **: gtk_widget_set_name: assertion `GTK_IS_WIDGET (widget)' failed" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=vlad] 2008-04-04 01:59:13 -07:00
roc+@cs.cmu.edu ad04e443e2 Bug 382392. Use the full update region on Windows, not just its bounding rect. r=vlad 2008-04-03 04:55:14 -07:00
masayuki@d-toybox.com 673f7895eb Bug 424524 Unable to enter special characters in html input type=password fields with keyboard shortcuts r=josh, sr=vlad, b1.9=josh 2008-04-03 04:41:35 -07:00
roc+@cs.cmu.edu ed44781dff Bug 426285. Use kFilePromiseDestFilename from nsDataObj. r+sr=jst 2008-04-03 04:33:06 -07:00
joshmoz@gmail.com b552323142 don't mess with embedding menus when we put up an app modal dialog. b=426011 r=smorgan sr=roc 2008-04-02 20:58:45 -07:00
roc+@cs.cmu.edu 78a0743f5b Bug 424873. Make GetWidgetOverflow take the new frame size as input instead of using the possibly-stale old frame size. r+sr=dbaron 2008-04-01 16:34:20 -07:00
reed@reedloden.com ef331f7b89 Back out Robert O'Callahan's patch from bug 382392 due to crashes. 2008-04-01 10:31:09 -07:00
reed@reedloden.com 39d1e83025 Bug 425877 - "Tell the GTK theme engine that Mozilla is requesting the drawing, so it can fix its quirks" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep] 2008-04-01 01:33:40 -07:00
reed@reedloden.com dd317fe5f9 Bug 382392 - "FF3 20070528: scrolling non-fixed-pos content when fixed-pos content present is extremely sluggish" (Windows fix) [p=roc@ocallahan.org (Robert O'Callahan [roc]) r=vlad a1.9=schrep] 2008-04-01 01:25:42 -07:00
masayuki@d-toybox.com f73bffde43 Bug 422888 Cannot change the inputting mode by shortcut keys of AquaSKK without non-needed char inputting r=josh, sr=vlad, b1.9=josh 2008-03-30 02:17:50 -07:00
stefanh@inbox.com cc88857f09 Bug 420726 - Use system background color for odd tree rows. ui-r=beltzner, r=josh+Mano, sr=roc, a1.9=beltzner. 2008-03-29 04:43:31 -07:00
smichaud@pobox.com f37a1c6687 Fix crash on quit in nsMenuX::RemoveAll() on 10.5.X (work around Apple bug) -- 2nd attempt to check in. b=422827 r=josh sr=vlad 2008-03-27 09:30:13 -07:00
smichaud@pobox.com b21679d8d2 Back out patch for bug 422827 because of leak test failure. 2008-03-27 09:07:27 -07:00
smichaud@pobox.com c801b40f7e Fix crash on quit in nsMenuX::RemoveAll() on 10.5.X (work around Apple bug). b=422827 r=josh sr=vlad 2008-03-27 08:40:48 -07:00
joshmoz@gmail.com 5b27bd0b9e Scrollbar thumb is drawn with wrong size for custom scrollbars. b=424074 r=josh sr=vlad 2008-03-26 22:36:20 -07:00
joshmoz@gmail.com 0049ca8388 When a user holds ctrl and left clicks, Cocoa calls menuForEvent: and then mouseDown:, which causes us to send a context menu event and then a mouse click event into gecko. Fix the ordering so we send the mouse click event and then the context menu event. This is the widget part of the fix for bug 416390. b=416390 r=smichaud sr=vlad 2008-03-26 20:47:04 -07:00
joshmoz@gmail.com fed9d375db make keyboard shortcuts work in the native filepicker on Mac OS X. b=372571 r=smichaud sr=vlad 2008-03-26 20:42:57 -07:00
vladimir@pobox.com 79d1a9ec4b b=409953; deref of null pointer on cancel of print-to-file (ignoring errors during printing is bad, mmmkay?); r=stuart 2008-03-26 18:21:46 -07:00
masayuki@d-toybox.com 50564642b1 Bug 425011 Crash @ConvertCocoaKeyEventToMacEvent with egbridge (Japanese IME) r=josh, sr=vlad, a1.9b5=beltzner 2008-03-25 13:44:06 -07:00
mats.palmgren@bredband.net 8bcb145e34 Track event loop nesting level and delay stopping a plugin until it's safe. b=420886 r+sr=jst a1.9b5=beltzner 2008-03-25 09:56:04 -07:00
reed@reedloden.com 3a1fb992e5 Bug 424809 - "nsCocoaWindow.mm causes build errors with GCC 4.2 on OS X" [p=darkweaver@gmail.com (Sean Fleming) r=hwaara sr=vlad a1.9b5=beltzner] 2008-03-24 22:00:36 -07:00
dholbert@cs.stanford.edu c237666da6 Bug 423599: Make native theming stuff use full padding when in XUL, and reduced padding when in HTML. Patch by _FrnchFrgg_ <frnchfrgg-mozbugs@altern.org>, r=ventron sr=vlad a1.9b5=beltzner. Reftest by me, r=bz a1.9b5=beltzner 2008-03-24 17:34:27 -07:00
joshmoz@gmail.com 5277b5d445 fix wonkiness with modal windows resulting from showModalDialog on Mac OS X. b=395465 r=jst r=smichaud sr=vlad a=beltzner 2008-03-23 15:30:56 -07:00
reed@reedloden.com cf8dd76188 Bug 423606 - "Some GTK themes ignore our focus drawing methods" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=vlad a1.9b5=beltzner] 2008-03-21 21:23:33 -07:00
enndeakin@sympatico.ca 2829dc5487 Bug 421817, remove dragstart, drag and dragleave events for 1.9, they'll be back in a later release, r=jonas, sr=jst, a=beltzner 2008-03-21 15:47:13 -07:00
vladimir@pobox.com 0c749ee2f6 b=424094, win32 checkboxes and radio buttons don't get hover; r=stuart,a=damon 2008-03-21 15:27:41 -07:00
reed@reedloden.com 66420d9a0a Bug 423599 - "Misaligned navigation panel on computerworld.com due to tall combobox" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=vlad a=blocking1.9+] 2008-03-19 23:08:09 -07:00
dholbert@cs.stanford.edu 6445eebcd8 Bug 417356 trivial follow-up patch: Convert inches to twips in SetUnwriteableMarginTop/Left/Bottom/Right functions. r+sr=vlad a=blocking1.9+ 2008-03-19 22:58:48 -07:00
vladimir@pobox.com 1b3dd1993e b=418294; MacOS X - text in pop-up <select>s is not vertically centered (1px too low); r=josh,sr=stuart 2008-03-19 16:01:34 -07:00
dholbert@cs.stanford.edu 15bc2e8781 Bug 417356: Define & use "UnwriteableMargin" PrintSettings pref, to make Linux printing work more like Mac printing (keeping us from printing right up against the edge of the page) Orig Patch: [r=ventron sr=roc] Updates: [r=ventron r+sr=vlad] a=blocking1.9+ 2008-03-19 13:51:42 -07:00
Olli.Pettay@helsinki.fi 5a880cef2c Bug 329385, additional patch, r+sr=jst 2008-03-19 13:18:41 -07:00
smichaud@pobox.com 05bbea7ebb Stop native events being processed via Gecko (via ProcessNextNativeEvent()) during native app-modal dialog. b=419668 r=josh sr=vlad 2008-03-19 12:43:05 -07:00
Olli.Pettay@helsinki.fi 05bea22e0b Bug 329385, r+sr=jst 2008-03-18 17:06:22 -07:00
reed@reedloden.com b0e5c1f161 Bug 422366 - "AIX Compilation error for trunk build source nsCOMPtr.h : The base class "nsISelection" is declared but not defined." [p=shailen.n.jain@gmail.com (Shailen) r+sr=roc a1.9=beltzner] 2008-03-18 12:43:51 -07:00
reed@reedloden.com 8c7fedbebd Bug 423563 - "Map mouse buttons 6-7 to horizontal scrolling on Linux" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner] 2008-03-18 12:36:09 -07:00
reed@reedloden.com 3b0c386df5 Bug 423236 - "Tree view headers should correctly tell the GTK engine if its sorted or not" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner] 2008-03-18 12:35:23 -07:00
reed@reedloden.com dbcf29a8c3 Bug 422906 - "Change a big toplevel "if(...) { <code> }" introduced by bug 415163 to an "if(!...) return; <code>"" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r+sr=roc a1.9=beltzner] 2008-03-18 12:31:50 -07:00
mozilla@weilbacher.org 7ddb1d78b2 [OS/2] Bug 353011: make bookmark tooltips and popups appear in front of the bookmarks menu, p=mz@scntt.de, r=me 2008-03-18 02:35:49 -07:00
smichaud@pobox.com 51049b9795 Discard reentrant plugin events for CoreGraphics plugins as well as for QuickDraw plugins. b=409615 r=josh sr=roc 2008-03-17 08:37:05 -07:00
reed@reedloden.com 8ad7879b69 Bug 415830 - "Combobox appearance should match the native ComboBox widget and not OptionMenu" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=twanno r=Ventron sr=roc a1.9=beltzner] 2008-03-16 14:05:46 -07:00
mats.palmgren@bredband.net fa503324fd Block native event processing in the appshell while processing gecko events from a nested native event loop. b=420148 r+sr=roc a=blocking1.9 2008-03-14 18:12:13 -07:00
vladimir@pobox.com 97b7707e6e b=422248, mac buttons look bad since bug 418497, r=josh,sr=stuart 2008-03-14 12:29:32 -07:00
reed@reedloden.com 0d0dc6faa7 Bug 422531 - "Add back code so as to not regress bug 395334 again" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner] 2008-03-14 09:26:13 -07:00
dholbert@cs.stanford.edu 9a1e61b815 Backing out Bug 417356, due to pagination reftest failures. 2008-03-14 01:50:13 -07:00
roc+@cs.cmu.edu 3e0904b9d8 Bug 380115. Handle situations where the GTK widget is huge and its associated X drawable is positioned at some offset relative to the GTK widget's origin. r=vlad 2008-03-14 01:08:18 -07:00
dholbert@cs.stanford.edu 2f86ee574d Bug 417356: Define & use "UnwriteableMargin" PrintSettings pref, to make Linux printing work more like Mac printing (keeping us from printing right up against the edge of the page) r=ventron sr=roc a=blocking1.9+ 2008-03-14 00:48:04 -07:00
joshmoz@gmail.com d7f7668dfc Fix cmd-tilde for various keyboard layouts by trusting event handled status for command key events. b=417466 r=masayuki sr=roc 2008-03-13 18:08:04 -07:00
mozilla@weilbacher.org cb5bbbf751 [OS/2] Bug 411578: add headers of the Remote Workplace Server package (RWS08) to the tree to support the build on OS/2, r=mkaply 2008-03-13 16:13:10 -07:00
stefanh@inbox.com fa69f38301 Bug 421814 - Use HITheme to draw backgrounds for groupboxes. r=josh+Mano, sr=roc, a1.9=dsicore. 2008-03-13 13:24:29 -07:00
reed@reedloden.com b7325be75c Bug 297080 - "Mouse cursor stays in pointer form, moving from content area to other window" [p=kinetik@flim.org (Matthew Gregan) r+sr=roc a1.9=damons] 2008-03-12 15:44:45 -07:00
dbaron@dbaron.org f51b08f359 Restore the vertical centering code that I removed because it's needed for XUL. b=421734. r=ventnor sr=roc a=damon 2008-03-12 15:03:51 -07:00
joshmoz@gmail.com baee748de0 fix scrolling with the space bar when using Japanese IME. Patch my Masayuki Nakano. b=420699 r=josh sr=roc 2008-03-12 14:42:27 -07:00
reed@reedloden.com c8039cfd31 Bug 416868 - "Size of native style toolkit arrow" (Correct arrow rect and make it advertise its size) [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ventron sr=roc a1.9=damons] 2008-03-12 10:27:03 -07:00
reed@reedloden.com 9b6be514e1 Back out patch from Julien Rivaud in bug 416868 due to reftest failure. 2008-03-12 08:56:14 -07:00
reed@reedloden.com c2096e7874 Bug 416868 - "Size of native style toolkit arrow" (Correct arrow rect and make it advertise its size) [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ventron sr=roc a1.9=damons] 2008-03-12 07:00:35 -07:00
reed@reedloden.com fa503d2fb3 Fix bustage from bug 416003. 2008-03-12 04:34:34 -07:00
reed@reedloden.com d4d5f8bd90 Bug 421695 - "Toolbar and MenuBar shadows should not be saved" (Fix various uses of shadow-type) [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=damons] 2008-03-12 03:57:05 -07:00
reed@reedloden.com 6f54c5575b Bug 416003 - "Use different arrow widgets for arrows in different context" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ventron r=twanno sr=roc a1.9=beltzner] 2008-03-12 03:54:22 -07:00
reed@reedloden.com 9d3befe0ca Bug 421789 - "Trivial fix to a trivial warning in gtk2drawing.c" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r+sr=roc a1.9=damons] 2008-03-12 03:52:02 -07:00
reed@reedloden.com f41a2f56eb Bug 405256 - "Compile error in nsNativeDragTarget.h with MingW GCC because of missing shobjidl.h" [p=bengt.erik.soderstrom@telia.com (Bengt-Erik Soderstrom) r=bsmedberg a1.9=damons] 2008-03-12 03:46:41 -07:00
vladimir@pobox.com 50865945d9 b=365, disabled controls on vista get hover effect; r=stuart 2008-03-11 17:54:51 -07:00
blassey@mozilla.com 6cc9d5a4ed backing out: switching narrow char system calls to wide char in windows b=418703 2008-03-11 15:46:26 -07:00