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

7787 Коммитов

Автор SHA1 Сообщение Дата
joshmoz%gmail.com 05c8bd2517 kill unnecessary cast. no bug. 2006-08-09 01:51:49 +00:00
joshmoz%gmail.com 578f16cdcd When resizing a window, top-left of window should be left in the same place, not bottom left. plus cleanup. b=346085 r=mento 2006-08-09 01:50:21 +00:00
sayrer%gmail.com 34661a2a8c Bug 340314. Sound is played to random file descriptors, corrupting mailboxes, address books, cert DBs. Patch by Michael Wu <michael.wu@mozilla.com>. r+sr=roc 2006-08-08 15:43:27 +00:00
gavin%gavinsharp.com e1a3a87748 Bug 284550: Firefox scroll bar positioning goes against Fitts' Law (Windows XP/Luna), patch by Simon B�nzli <zeniko@gmail.com>, r=neil, sr=roc 2006-08-07 22:45:56 +00:00
roc+%cs.cmu.edu 44e4948570 Bug 341218. Use GTK's builtin overwrite checking for save dialogs, when available. r+sr=bryner 2006-08-06 21:40:03 +00:00
dbaron%dbaron.org eb567f3b01 Backing out since gdk_screen_get_default, gdk_screen_get_width, and gdk_screen_get_height don't exist on older version of GTK+ (lhasa tinderbox). 2006-08-03 06:32:31 +00:00
dbaron%dbaron.org ccd157ea37 Pick up dynamic changes in screen size (although some other things still cache them per-window). b=256646 r+sr=roc 2006-08-03 05:18:49 +00:00
aaronleventhal%moonset.net 1902f15696 Bug 347022. Use ATK_ROLE_EMBEDDED for wairole:application. r=evan.yan 2006-08-03 03:25:37 +00:00
mark%moxienet.com 4806ca872c 344006, 344150, 338642 Activate and deactivate events can come in strange sequences and quantities, causing bad effects such as loss of text input. Maintain state and fill in the gaps. r=josh sr=pink 2006-08-01 17:37:24 +00:00
mark%moxienet.com 7de92f2ad2 Cocoa widget bustage fix following bug 46177 2006-08-01 01:25:43 +00:00
mark%moxienet.com 958ab21d5a 46177 Address review comment by fixing spelling in a comment. 2006-08-01 00:36:00 +00:00
mark%moxienet.com 553b503658 46177 Show icons in native Mac menu items. r=josh sr=bryner 2006-08-01 00:13:24 +00:00
mark%moxienet.com a8b0a40853 Fixing comment after checkin of bug 337545. 2006-07-31 21:10:58 +00:00
mark%moxienet.com 01c948fa88 337545 Images can draw in the wrong location immediately after resizing a window. Don't call LockPortBits in an update. Optimize update handling. Should also fix 314900. r=josh sr=bryner 2006-07-31 20:53:01 +00:00
joshmoz%gmail.com 665feb41d2 clean up memory mgmt for rollup widgets. no bug. r=mento 2006-07-31 19:19:39 +00:00
joshmoz%gmail.com de0e0f7dca rename "getFoo" methods in mozView protocol to "foo". b=343542 r=mento 2006-07-30 22:55:37 +00:00
jag%tty.nl e6de714dd7 Bug 339576: [Modern theme] No arrows at end of scrollbars
Assumptions were broken by a recent change. Drop assumptions for an explicit mapping. r=josh, sr=Neil
2006-07-28 17:39:35 +00:00
mark%moxienet.com 4427657dfc 26269 Remvoe bogus assertions to fix debug build bustage. 2006-07-27 23:41:26 +00:00
mark%moxienet.com 9a0be85654 26269 Send NS_KEY_DOWN and NS_KEY_UP events when modifier keys are pressed and released on the Mac. r=josh sr=pink 2006-07-27 21:36:29 +00:00
joshmoz%gmail.com 6d3acd26c3 fix missing return introduced by the patch for bug 332917. no bug. r=sparky 2006-07-27 14:42:28 +00:00
nick.kreeger%park.edu ea2bbb8c00 Fixing bug 343892, context menu windows flash in bottom left of screen before opening. patch by me <nick.kreeger@park.edu>, r=josh,mento, sr=pink. 2006-07-26 21:08:42 +00:00
gavin%gavinsharp.com 9f8391cbb5 Bug 345538: Can no longer drag extensions or themes into Add-ons manager to install them (drags from outside Mozilla don't work), patch by Michael Wu <michael.wu@mozilla.com>, r+sr=roc 2006-07-25 21:32:26 +00:00
dougt%meer.net c5816edd94 fix for 343003. r=dveditz 2006-07-25 18:53:38 +00:00
pavlov%pavlov.net e7e58a1541 fixing cocoa widget bug causing popup menus to not draw. bug 332917. r=mento sr=roc 2006-07-25 18:51:41 +00:00
mark%moxienet.com 7dddcd9996 345425 onDragExit in tabbrowser.xml is called with aDragSession.sourceNode null when a tab is dropped on itself. Eliminate extra call to EndDragSession. r=josh sr=pink 2006-07-23 15:22:16 +00:00
mark%moxienet.com 2f0b3a5d95 338642 Minimized window doesn't expand when opened from external app when Gecko is the foreground app. Expand collapsed windows on Show(PR_TRUE). r=josh 2006-07-20 19:03:52 +00:00
mark%moxienet.com a844b938c3 319078 Handle smooth mousewheel (and two-finger touchpad) scrolling. r=josh sr=darin r,sr=roc 2006-07-20 15:38:43 +00:00
emaijala%kolumbus.fi 99ab9fd711 Additional fixes for bug 259816: Browser steals focus from program selected in 'Open With' dialog
r=neil
sr=roc
2006-07-20 04:01:52 +00:00
martijn.martijn%gmail.com 35635dee14 Bug 345141 - arrows on scrollbars do nothing. Patch by Adam Guthrie, r+sr=roc 2006-07-19 22:13:18 +00:00
gavin%gavinsharp.com 3f769b18b6 Bug 133527: New mail notification banner at wrong place (always pops up at bottom right hand corner), patch by Jens Bannmann <jens.b@web.de>, r=biesi, r=bsmedberg, sr=neil 2006-07-19 19:47:19 +00:00
gavin%gavinsharp.com d6cf5f2e52 Bug 335068: Firefox and Thunderbird windows grouped under "Mozilla" rather than in separate groups, patch by Tuukka Tolvanen <tuukka.tolvanen@gmail.com>, r+sr=roc 2006-07-19 12:56:40 +00:00
gavin%gavinsharp.com 9b59b77e88 Bug 303048: GTK scrollbar does not have normal GTK right-click behavior, patch by Adam Guthrie <ispiked@gmail.com>, r=neil, sr=roc 2006-07-18 17:13:21 +00:00
gavin%gavinsharp.com b3d292772f Bug 303048: GTK scrollbar does not have normal GTK right-click behavior, patch by Adam Guthrie <ispiked@gmail.com>, r=neil, sr=roc 2006-07-18 17:01:40 +00:00
smontagu%smontagu.org f0174cbd3a Never display a bidi caret marker if all installed keyboards have the same principal directionality. Bug 288839, r+sr=roc 2006-07-17 15:30:09 +00:00
masayuki%d-toybox.com e64d53f989 Bug 339723 Ctrl++ doesn't work with JIS keyboard (second patch, this fixes Bug 341308 Tilde (~) key broken when using German keyboard layout, Bug 342197 Can't type '}' with a french keyboard) r=ere, sr=roc 2006-07-17 14:08:27 +00:00
masayuki%d-toybox.com 91408d22d0 back out previous patch because the tree is closed, sorry. 2006-07-17 09:30:49 +00:00
masayuki%d-toybox.com 84432cc48f Bug 339723 Ctrl++ doesn't work with JIS keyboard (second patch, this fixes Bug 341308 Tilde (~) key broken when using German keyboard layout, Bug 342197 Can't type '}' with a french keyboard) r=ere, sr=roc 2006-07-17 09:22:22 +00:00
mark%moxienet.com cbe54e6677 344238 <marquee> causes contextual menu highlight to flicker. Share event dispatch handler between top-level windows and their associated pop-up windows. r=josh sr=bryner 2006-07-14 20:23:46 +00:00
mark%moxienet.com 73c9714273 344570 Make contextual menus look more native on the Mac. r=josh sr=bryner 2006-07-14 19:54:08 +00:00
mark%moxienet.com 257a794a5a 344701 Leaking nsMacWindow objects for top-level windows. r=josh 2006-07-14 18:27:44 +00:00
gavin%gavinsharp.com 0c0955bd66 Back out the patch from bug 267426 to fix Thunderbird (prometheus) build bustage. 2006-07-14 01:48:51 +00:00
gavin%gavinsharp.com f142534c0c Bug 267426: revert second bustage fix that also didn't work 2006-07-14 01:31:27 +00:00
gavin%gavinsharp.com eec988184d Bug 267426: revert bustage fix that didn't work 2006-07-13 23:37:12 +00:00
gavin%gavinsharp.com ed12341aac Bug 267426: Additional bustage fix for prometheus (Thunderbird) 2006-07-13 22:22:42 +00:00
gavin%gavinsharp.com 72de6f6a57 Bug 267426: Attempted bustage fix for prometheus (Thunderbird) 2006-07-13 22:03:21 +00:00
enndeakin%sympatico.ca 9cd7d5d3df bug 155053, add spinbuttons widget, with native theming, r+sr=neil and roc 2006-07-13 17:40:49 +00:00
gavin%gavinsharp.com db4a82fac5 Bug 267426: use IStream and IAsyncOperation for Windows dragging, patch by Yuri Kovalchuk <kovalchuk77@list.ru>, r+sr=roc 2006-07-13 10:30:28 +00:00
Olli.Pettay%helsinki.fi 324417e9aa Bug 324011, initMouseEvent does not set relatedTarget property, r+sr=jst 2006-07-13 07:51:54 +00:00
ginn.chen%sun.com 83279181b2 Bug 339554 at-poke gets a focus-event for a blank panel
r=aaronleventhal sr=roc
2006-07-13 05:49:45 +00:00
ginn.chen%sun.com e096ea33d3 Bug 341463 Firefox emits focus event before "window:activate" event
nsWindow.cpp r+sr=roc a11y part r=aaronleventhal
2006-07-13 05:42:32 +00:00
darin%meer.net f8657d04f5 fixes bug 344309 "PostMessage WM_QUIT to FirefoxMessageWindow does not quit the app on the trunk since Bug 326273 landed" r=bsmedberg 2006-07-12 22:43:15 +00:00
jwalden%mit.edu 23a72fcdb1 Bug 307184 - activating tabs (fast mouse movement) produces accidently dragging of tabs (drag and drop). Patch by Michael Wu <michael.wu@mozilla.com>, r+sr=roc 2006-07-12 17:30:16 +00:00
vladimir%pobox.com cb1c5b5629 b=336312, scrollbar stipple pattern is offset when scrolling on windows, r=stuart 2006-07-11 23:13:21 +00:00
joshmoz%gmail.com f1166f226c implement GetAttention in top-level windows. fixes attention request for session restore, probably other stuff. b=342962 r=mento 2006-07-11 19:51:56 +00:00
joshmoz%gmail.com ea853560c4 fix a comment in mac window code. r=mento 2006-07-11 16:08:53 +00:00
hwaara%gmail.com 3ea9870abe fix bug 344107, don't export platform-native headers to all platforms. r=mento 2006-07-11 09:06:24 +00:00
joshmoz%gmail.com 6f38e3936a followup to 222488 - instead of making default dialog windows use kMovableModalWindowClass, use kDocumentWindowClass so we're not forcing modality on people. 2006-07-10 23:56:52 +00:00
joshmoz%gmail.com 8fb8c1950f dialogs with the default style mask bit set (and only that bit) should have a reasonable window class. b=222488 r=mento 2006-07-10 22:22:57 +00:00
joshmoz%gmail.com 41b026c9b3 actively update native menu items based on command node content instead of menu item node content. makes menu blinking work when using keyboard commands. also, remove some old native help menu code. b=50590 r=mento sr=pinkerton 2006-07-10 17:50:30 +00:00
sergei_d%fi.tartu.ee 55f5505840 [BeOS]Bug 343569, fixing typo from previous checkin,r=sergei_d, r=thesuckiestemail, BeOS-only 2006-07-08 21:46:21 +00:00
neil%parkwaycc.co.uk ba8d4dae1f Mouse exit should not generate spurious mouse move event b=319099 r=ere sr=roc 2006-07-08 12:32:40 +00:00
sergei_d%fi.tartu.ee d813688164 [BeOS]Fixing dragging rect bounds, Bug 343569, p=sergei_d, r=thesuckiestemail, BeOS-only 2006-07-06 11:44:51 +00:00
smontagu%smontagu.org 596fb2c114 Only display a bidirectional caret on platforms that implement nsIBidiKeyboard. Bug 272096, r+sr=roc 2006-07-06 08:29:53 +00:00
sergei_d%fi.tartu.ee 331190bef2 [BeOS] DND in BeOS - set drag action in widget, Bug 343569, p=sergei_d, r=thesuckiestemail, BeOS-only 2006-07-05 11:18:50 +00:00
cvshook%sicking.cc cf07d96809 Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz 2006-07-02 07:23:10 +00:00
sergei_d%fi.tartu.ee 7b5d3fbd3c [BeOS] Take in account mayWait parameter in nsAppShell::ProcessNextNativeEvent(). Bug 343100. p=sergei_d, r=thesuckiestemail, BeOS-only 2006-06-30 22:25:31 +00:00
wr%rosenauer.org c7f9d314fc Bug 342950 - crash when trying to print, r+sr=roc 2006-06-29 18:22:15 +00:00
leon.sha%sun.com d6539107b8 Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
alfred.peng@sun.com
dbaron: review+
roc: superreview+
2006-06-29 03:42:54 +00:00
joshmoz%gmail.com 9e52e9d530 get rid of rollup code we don't need, clean up some OS function calls and a debug macro. no bug. r=mento 2006-06-29 01:33:57 +00:00
joshmoz%gmail.com 4fd6c96c5c no need to send pres context with menu events in mac widget code. b=343040 r=mento 2006-06-28 22:41:33 +00:00
leon.sha%sun.com 3ba0b177cf Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
Patch by alfred.peng@sun.com.
dbaron: review+
roc: superreview+
2006-06-28 09:00:03 +00:00
leon.sha%sun.com 1735234903 Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
mark: review+
roc: review+
roc: superreview+
Patch by alfred.peng@sun.com
2006-06-28 05:38:18 +00:00
dbaron%dbaron.org a21cf3f6c6 Back out checkin for bug 333896 which causes tinderbox orange since nsWidgetAtoms aren't initialized. 2006-06-28 05:38:17 +00:00
leon.sha%sun.com 719f10cdf4 Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn
Patch by alfred.peng@sun.com.
roc: review+
mark: review+
roc: superreview+
2006-06-28 05:38:16 +00:00
gerv%gerv.net d22c1dd3ea Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-06-28 05:38:15 +00:00
alecf%netscape.com 41024e59c5 another part of the fix for bug 199170 - converting mac widget stuff over to static atoms
r=pinkerton, sr=sfraser
2006-06-28 05:38:14 +00:00
peterv%netscape.com 96a5b79ec9 Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst. 2006-06-28 05:38:13 +00:00
hyatt%mozilla.org 3a8aeff66d Fix for 204672, Mac OS X menus don't respect autocheck, r/sr=bryner, a=asa 2006-06-28 05:38:12 +00:00
pinkerton%netscape.com f9b29aa796 rewrite to use a view instead of tracking frame resize/moves ourselves. when the view moves, the attached widget is moved automatically. r=ben/sr=hyatt/a=asa. bug# 135436 2006-06-28 05:38:11 +00:00
pinkerton%netscape.com 218d128fce new atoms needed for native scrollbars r=sdagley/sr=beard/a=valeski. bug# 121440 2006-06-28 05:38:10 +00:00
gerv%gerv.net effcc1da1e Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2006-06-28 05:38:09 +00:00
pinkerton%netscape.com 8470cb8f91 adding atom lists for widget, can't use the ones in content because of linkage. r=saari/sr=sfraser. 2006-06-28 05:38:08 +00:00
sergei_d%fi.tartu.ee a07852f494 [BeOS]widget code, Bug 342613, fixing performance regression, p=sergei_d, r=thesuckiestemail. Pure BeOS-only patch 2006-06-27 18:05:37 +00:00
mark%moxienet.com 753dfe5699 342361 NS_DRAGDROP_ENTER/EXIT events should be sent as drags enter and exit widgets. r=josh sr=bryner 2006-06-26 20:50:33 +00:00
mark%moxienet.com 0107903b81 342229 NS_DRAGDROP_OVER/ondragover should fire repeatedly when performing a drag, even when the mouse is not moving. r=josh sr=bryner 2006-06-26 20:45:55 +00:00
mozilla%weilbacher.org 4578273740 [OS/2] Bug 301367: Tag Files with Source URL, p=Rich Walsh, r=me, sr=darin 2006-06-26 20:40:08 +00:00
sergei_d%fi.tartu.ee cee7c8ed83 [BeOS] nsWidget::Update() is flacky in BeOS, Bug 342613, p=sergei_d, r=thesuckiestemail. BeOS-only 2006-06-26 13:39:05 +00:00
emaijala%kolumbus.fi 0c58ce80db Bug 259816: made the callback static as it should have been. 2006-06-24 16:49:17 +00:00
joshmoz%gmail.com 91832e4be3 make sure native events can't get through once a gecko widget has been destroyed, cocoa widgets. b=342142 r=mento 2006-06-22 21:34:30 +00:00
dveditz%cruzio.com f3e1ecabf0 Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
sergei_d%fi.tartu.ee 2156448a46 Bug 342408. [BeOS] Mouse handling for IFRAMEs is broken after scroll.p=sergei_d, r=thesuckiestemail. BeOS-only 2006-06-22 15:14:05 +00:00
Olli.Pettay%helsinki.fi 1bd276205e Bug 342352, set mHiddenWidget to null after it has been destroyed, r+sr=roc 2006-06-22 14:36:11 +00:00
joshmoz%gmail.com 92d5382f53 if a context menu is open, clicking on the menu bar should not open a menu item, it should just close the context menu. b=341175 r=mento 2006-06-21 22:02:23 +00:00
joshmoz%gmail.com e63f55aa4f use correct null macros for mach ports. b=342192 r=mento 2006-06-20 20:38:59 +00:00
joshmoz%gmail.com 09f290feed fix cursor and status bar flickering if window opened underneath mouse. b=336472 r=mento 2006-06-20 16:52:31 +00:00
emaijala%kolumbus.fi 742fd39d36 Additional patch for bug 259816 to make it less aggressive.
r=neil
sr=roc
2006-06-19 05:58:00 +00:00
hwaara%gmail.com dfb5d642fd Fix bug 335683, Use kThemeMenuItemFont for -moz-pull-down-menu. r=mento, sr=roc, a181=mento. Patch by Stefan (stefanh@bluebottle.com) 2006-06-18 12:17:32 +00:00
sergei_d%fi.tartu.ee 4620257e57 [BEOS]Need implementation of ArgvReceived and RefsReceived, Bug 129411, p=sergei_d, r=thesuckiestmail. Pure BeOS-only change 2006-06-18 11:48:31 +00:00
dougt%meer.net a2bafd1f1e Windows CE ONLY. We do not want to hide the keyboard during focus, only the SIP button. If you do hide the keyboard, when you application goes from in-active to active, you may not have a keyboard to use. r=dougt 2006-06-16 22:13:36 +00:00
cbiesinger%web.de d3739263ee Bug 333178 fix image cursors for cairo-gtk2 builds
r=bryner sr=roc
2006-06-16 18:38:39 +00:00