Commit Graph

727 Commits

Author SHA1 Message Date
vladimir@pobox.com
bdb000ecbf b=418537, vista textfield/dropdown appearance incorrect when active, r=stuart 2008-03-05 16:23:38 -08:00
blassey@mozilla.com
92c51991b0 backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox 2008-03-05 14:56:43 -08:00
blassey@mozilla.com
9bc9e44b40 switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner 2008-03-05 13:39:29 -08:00
masayuki@d-toybox.com
b3ae807ef4 Bug 419359 Compile warning about NS_TargetUnfocusedEventToLastFocusedContent r+sr=roc, a1.9=beltzner 2008-03-05 11:27:54 -08:00
joshmoz@gmail.com
24d74548f8 implement insertNewline: instead of intercepting its command. b=420750 r=masayuki sr=roc a=damon 2008-03-04 14:32:55 -08:00
joshmoz@gmail.com
55b0ac00c2 bustage fix, NSRectFromCGRect is 10.5 only. 2008-03-04 13:07:04 -08:00
vladimir@pobox.com
f0183a8c01 b=418497, optimize mac native theme ; r=josh,sr=rc 2008-03-04 12:51:54 -08:00
joshmoz@gmail.com
df3cd329a5 take key modifiers from the current event not the current hardware state. b=320746 r=smichaud sr=roc 2008-03-04 09:58:52 -08:00
reed@reedloden.com
ed56f170de Bug 420580 - "missing padding for (content) dropdowns on XP" [p=zeniko@gmail.com (Simon Bünzli) r=vlad sr=roc a=blocking1.9+] 2008-03-04 03:21:47 -08:00
roc+@cs.cmu.edu
4815c48c47 Backing out 403181 again 2008-03-04 01:36:07 -08:00
roc+@cs.cmu.edu
d8ef70bf14 Bug 403181. Track which subimage of an image we want to draw and copy it to a temporary surface if necessary to prevent sampling of pixels outside the subimage when zooming. Also, enable EXTEND_PAD or SetFilter(0) if the context has a transformation that's not a simple translation, since that might induce cairo to sample pixels outside the source (sub)image. r=vlad,sr=dbaron 2008-03-04 00:21:34 -08:00
joshmoz@gmail.com
d36a5e8532 protect against exception being thrown when trying to remove a native menu item from a menu it isn't in. b=420640 r=smichaud sr=roc 2008-03-04 00:11:29 -08:00
joshmoz@gmail.com
88a5c0d639 fix ctrl-space for context menus. b=357540 r=smichaud sr=roc 2008-03-04 00:06:47 -08:00
vladimir@pobox.com
5cb07e5bb2 b=420381, Vista content area dropdowns often don't show dropdown arrow (bandaid); r+sr=roc, a=beltzner 2008-03-02 22:59:06 -08:00
reed@reedloden.com
570b4aa7f3 Bug 420502 - "Using enter/return in dialogs runs the underlying command twice" [p=dev@schonfeld.org (Michael Schonfeld) r=josh r=masayuki sr=roc a1.9b4=beltzner a=blocking1.9+] 2008-03-02 22:29:16 -08:00
roc+@cs.cmu.edu
a919e88051 Bug 403181 backout 2008-03-02 18:47:43 -08:00
roc+@cs.cmu.edu
722021b0b1 Bug 403181, fix bustage 2008-03-02 17:14:57 -08:00
smichaud@pobox.com
48af45d764 Fix topcrasher. b=358379 r+sr+a=mconnor 2008-03-01 11:04:33 -08:00
nick.kreeger@park.edu
f8ed0c2bf6 Fixing bug 420223 - Add |setDelegate:nil| call to the |nsMenuX.mm| destructor (crash protection). r=josh,sr=roc,approval1.9b4=beltzner 2008-02-29 16:05:18 -08:00
joshmoz@gmail.com
9d15dd6a9e always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner 2008-02-29 15:24:53 -08:00
joshmoz@gmail.com
782bc77a51 Fix various key handling bugs by processing key down events uniformly and making sure we always send down and press events. Fixes key events in dialogs, emacs bindings, various key commands, changing IME input modes. b=358379, also fixes 418226,411304,417108. r=masayuki sr=roc a=beltzner 2008-02-28 21:47:41 -08:00
joshmoz@gmail.com
7821e133e7 make filepicker remember last type selected. b=417910 r=smorgan sr=roc a=beltzner 2008-02-28 21:36:35 -08:00
vladimir@pobox.com
4aa4bceacd b=419383, extract native vista toolbar styles and expose to themes ; r+sr=roc; a=beltzner 2008-02-28 21:10:38 -08:00
vladimir@pobox.com
9363e2f33c b=418552, use native styling for dropdown controls in xul and content area in Vista ; r+sr=roc; a=beltzner 2008-02-28 21:10:12 -08:00
reed@reedloden.com
7988be93ce Bug 420198 - "Missing PR_TRUE assignment results in performance loss" [p=reed r+sr=roc a1.9b4=beltzner a=blocking1.9+] 2008-02-28 19:52:32 -08:00
smichaud@pobox.com
909d531694 Fix app-focus issues right-clicking on backgrounded browser window. b=416455 r=josh sr=roc a1.9b4=beltzner 2008-02-28 07:58:33 -08:00
roc+@cs.cmu.edu
5973a5aa40 Backing out patch for bug 415163 to try to fix centos5 orange 2008-02-27 04:10:24 -08:00
reed@reedloden.com
714a6d5340 Bug 415163 - "GTK location bar drop-down button arrow is misaligned" [p=twanno@lycos.nl (Teune van Steeg) / frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ryan r=twanno r=Ventron sr=roc a1.9=beltzner] 2008-02-27 02:10:32 -08:00
smichaud@pobox.com
25798b7b4f Fix several focus bugs regressed by patch for bug 413882. b=404433 r=josh sr=roc 2008-02-26 14:08:27 -08:00
joshmoz@gmail.com
024b65210e get window.focus() working again. b=419338 r=hwaara sr=roc 2008-02-26 11:32:19 -08:00
timeless@mozdev.org
759965ad63 Bug 412822 nsIFilePicker makes it hard to drop in other url systems r=neil a=dsicore 2008-02-26 08:50:27 -08:00
timeless@mozdev.org
0a586a6dbb Bug 412822 nsIFilePicker makes it hard to drop in other url systems r=neil a=dsicore 2008-02-26 08:34:37 -08:00
timeless@mozdev.org
a2f9a64df3 Bug 412822 nsIFilePicker makes it hard to drop in other url systems r=neil a=dsicore 2008-02-26 08:12:17 -08:00
mats.palmgren@bredband.net
76af2248ae Process XPCOM events from nested native event loops. b=389931 r+sr=roc a=blocking1.9 2008-02-26 05:36:40 -08:00
stefanh@inbox.com
9d700a2d04 Bug 418308 - Use HITheme to draw native menuseparators. r=josh+Mano, sr=roc, a=beltzner. 2008-02-24 05:41:22 -08:00
Olli.Pettay@helsinki.fi
5ad351df5f Bug 418457, Remove support for onbeforecopy/cut/paste until we have a better implementation, r+sr=sicking 2008-02-24 02:55:37 -08:00
reed@reedloden.com
e32561d1fb Bug 417695 - "Treeview headers should be painted with button in the middle of the header" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=schrep] 2008-02-23 22:20:16 -08:00
reed@reedloden.com
6e49f77040 Back out Ian Spence's patch from bug 417695 in order to see if it is the cause of the Tp2 regression on Linux. 2008-02-23 16:54:57 -08:00
dougt@meer.net
974d664c77 Overzelous with the NS_PRINTING macro. Fixes/unbreaks non-wince non-printing builds. r=blassey 2008-02-22 22:44:06 -08:00
joshmoz@gmail.com
f2defd5c1b use "-fobjc-exceptions" for all .mm files. p=shebs b=163260 r=josh r=ted 2008-02-22 13:08:36 -08:00
joshmoz@gmail.com
b94f900060 allow obscured sibling sheet show code to run when necessary. b=418699 r=bent sr=roc 2008-02-21 17:47:14 -08:00
dougt@meer.net
97c7405a6f Fixing build bustage 2008-02-21 13:33:24 -08:00
dougt@meer.net
e473c619a3 windows widget fixups for windows mobile. bug 418658, r=ere, a=beltzner 2008-02-21 12:57:22 -08:00
dougt@meer.net
555d2de42b bug 418654 - windows widget honor NS_PRINTING. r=ere, a=beltzner 2008-02-21 12:49:24 -08:00
reed@reedloden.com
ff593309b5 Change two C++-style comments introduced by bug 417695 into C-style comments to kill warnings. 2008-02-21 02:48:51 -08:00
reed@reedloden.com
a2b2638aff Bug 417695 - "Treeview headers should be painted with button in the middle of the header" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=schrep] 2008-02-21 02:46:54 -08:00
mozilla@weilbacher.org
ef664eb10c Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner 2008-02-21 00:37:27 -08:00
joshmoz@gmail.com
7390ba414c protect against obj-c exceptions. b=417558 r=bent sr=roc 2008-02-20 17:01:27 -08:00
joshmoz@gmail.com
ee2caf8906 protect against obj-c exceptions, b=417558 r=bent sr=roc 2008-02-20 15:47:05 -08:00
reed@reedloden.com
89eddcaa54 Bug 395983 - "Duplicated Flash menus using r60(+) of Flash player" (do native drawing instead) [p=kinetik@flim.org (Matthew Gregan) r=vlad sr=roc a=blocking1.9+] 2008-02-20 03:33:27 -08:00
reed@reedloden.com
19f6599309 Bug 415810 - "Respect the user's settings of icons in menus" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc r=Enn a1.9=schrep] 2008-02-20 02:12:33 -08:00
reed@reedloden.com
68d0ca2f9d Bug 355477 - "map mouse buttons 8-9 to back/forward" [p=tester@tester.ca (Olivier Crête) r+sr=roc a1.9=schrep] 2008-02-20 02:10:08 -08:00
reed@reedloden.com
8ea4ce066f Bug 418172 - "Crash when pressing "menu" key on keyboard [@ nsWindow::~nsWindow()]" [p=kinetik@flim.org (Matthew Gregan) r+sr=roc a1.9=schrep] 2008-02-20 02:04:56 -08:00
masayuki@d-toybox.com
5f50f3f99e Bug 348341 "Reverse conversion" doesn't work by Kotoeri(Japanese input). r=josh+peterv+roc, sr=roc, b1.9=pavlov 2008-02-19 23:40:04 -08:00
masayuki@d-toybox.com
a4cda6d294 Bug 417315 Cannot use IME menus during IME transaction #1 r=josh+roc, sr=roc, a1.9=beltzner 2008-02-19 23:16:06 -08:00
joshmoz@gmail.com
3bc6367a05 focus ring cut off when autocomplete goes away on 10.4. Also optimize top-level window ::Show to be cheap when asked to go into the same state it is already in. b=417124 r=hwaara sr=roc 2008-02-19 18:30:24 -08:00
joshmoz@gmail.com
b082522104 more obj-c exception protection. b=417558 r=shebs sr=roc 2008-02-19 12:58:01 -08:00
joshmoz@gmail.com
4fdd89b794 backing out 417124, unit test failure. 2008-02-18 17:51:51 -08:00
joshmoz@gmail.com
e566ea1512 Aqua focus ring is cut off after form autocomplete goes away, second pass. Includes some code by hwaara from bug 392813. b=417124 r=hwaara sr=roc 2008-02-18 17:11:39 -08:00
joshmoz@gmail.com
338a6026a3 obj-c exceptions work. b=417558 r=shebs sr=roc 2008-02-18 09:30:59 -08:00
jag@tty.nl
057bc17743 Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
mats.palmgren@bredband.net
71acf59029 Initialize mDownloadFonts to fix an UMR. b=413255 r+sr=roc a=blocking1.9 2008-02-16 18:22:56 -08:00
joshmoz@gmail.com
a2fc263a51 back out focus ring clipping fix from bug 417124 2008-02-16 12:33:32 -08:00
joshmoz@gmail.com
05ddb4e993 fix focus ring clipping with form autocomplete on 10.4. b=417124 r=smichaud sr=roc 2008-02-15 10:32:55 -08:00
reed@reedloden.com
2c86c6b910 Bug 406474 - "Native GTK look for toolbar arrows" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=beltzner] 2008-02-14 21:28:44 -08:00
dholbert@cs.stanford.edu
760e179b22 Bug 417351: (Linux only) Initialize nsDeviceContextSpecGTK member data to null, fixing crash in destructor when cancelling printing. r+sr=roc, a=blocking1.9+ 2008-02-13 15:14:52 -08:00
joshmoz@gmail.com
9d606e4131 Infrastructure for catching Obj-C exceptions. Cocoa appshell usage. b=163260 r=shebs sr=roc 2008-02-13 15:11:11 -08:00
mozilla@weilbacher.org
7db479b105 [OS/2] Bug 414596: implement nsIdleService on OS/2 (using DSSaver), r=mkaply 2008-02-13 13:46:42 -08:00
smichaud@pobox.com
12da382dc2 Mouse-down doesn't always change focus appropriately. b=413882 r=joshmoz sr=roc 2008-02-13 07:57:12 -08:00
reed@reedloden.com
1ff4abc634 Add bug number to comment for future reference. 2008-02-13 03:05:09 -08:00
reed@reedloden.com
abc6f7a377 Bug 414314 - "Since landing of bug 193001, I cannot print with HP-Toolbox 2.7.10 or earlier" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a=blocking1.9+] 2008-02-13 03:03:43 -08:00
joshmoz@gmail.com
8a58c19ab4 fix filter popup menu in file picker (save dialog, etc.). b=412680 r=kreeger sr=roc 2008-02-12 19:38:06 -08:00
dholbert@cs.stanford.edu
d64a5ec967 Bug 375749: include margin when positioning CGContext for Mac print & print-preview. r+sr=pavlov, a=blocking1.9+ 2008-02-11 10:28:18 -08:00
joshmoz@gmail.com
112620a881 backing out bug 358379 due to it causing bug 415923. 2008-02-10 23:13:18 -08:00
reed@reedloden.com
4d4b0f8b4e Bug 415494 - "Wrong rendering of entries (moz_gtk_entry_paint)" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=twanno sr=roc a1.9=damons] 2008-02-10 22:17:21 -08:00
reed@reedloden.com
fe25d31f9c Bug 413854 - "Wrong rendering of -moz-appearance: listbox and -moz-appearance: treeview" (Use a real scrolled window to draw the inset shadow) [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ventron sr=roc a1.9=damons] 2008-02-10 00:36:46 -08:00
reed@reedloden.com
bbe4547674 Bug 415497 - "Put the back button on the window edge to make it an easier target" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=gavin sr=roc a1.9=damons] 2008-02-10 00:32:37 -08:00
reed@reedloden.com
5ef36dbb17 Bug 414748 - "Improve focus ring painting of native themed location bar" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc r=Enn a1.9=schrep] 2008-02-10 00:30:04 -08:00
reed@reedloden.com
ed5b5fc87f Bug 415283 - "Button focus does not respect relief setting" (Sets the relief of the button so the focus is correct) [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=damons] 2008-02-09 22:58:57 -08:00
reed@reedloden.com
3e8ac3595f Bug 411005 - "both Dvorak and QWERTY keybindings active in text fields when using dvorak layout" [p=lolkaantimat@gmail.com (Evgeniy Ivanov [powerfox]) r+sr=roc a1.9=schrep] 2008-02-09 22:34:46 -08:00
reed@reedloden.com
7400426799 Bug 414960 - "Horizontal scroll is backwards" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=damons] 2008-02-09 22:08:58 -08:00
reed@reedloden.com
c165b23e57 Bug 413462 - "GTK print dialog has incorrect filename extension for Print to File" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=damons] 2008-02-09 22:07:34 -08:00
reed@reedloden.com
e8b2f86182 Bug 415137 - "activate-slider style property of GtkRange is not read" (Use the "activate-slider" style property) [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=damons] 2008-02-09 21:26:19 -08:00
jag@tty.nl
77b084dde7 Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep 2008-02-09 02:37:42 -08:00
mozilla@weilbacher.org
dfa9e29f8b [OS/2] fix build break following bug 414671 2008-02-08 14:33:16 -08:00
mozilla.mano@sent.com
8c16c079ed Bug 416113 - cocoa widget does not draw focus rings for xul textboxes. r=josh, sr=roc, a=damons. 2008-02-07 13:54:24 -08:00
joshmoz@gmail.com
0eda21a8bf oops, wrong width on multiline focus rings. minor update to patch for bug 415466 that just landed. 2008-02-07 04:37:51 -08:00
joshmoz@gmail.com
ad21580325 draw focus rings for single and multi-line text fields on mac. b=415466 r=smichaud sr=roc a=schrep 2008-02-07 03:39:04 -08:00
reed@reedloden.com
663c3c5f19 Bug 406140 - "The inner-border style property of GtkButton is not read" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep] 2008-02-07 01:27:27 -08:00
reed@reedloden.com
73263cfd77 Bug 395564 - "scrollbar's arrow buttons should be disabled when they can't scroll further" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep] 2008-02-07 01:26:22 -08:00
reed@reedloden.com
4d6d565472 Bug 415425 - "Transparent backgrounds of images print as black under Linux" (Give PS priority over PDF by default) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a=blocking1.9+] 2008-02-06 21:24:51 -08:00
roc+@cs.cmu.edu
6bb55c8d05 Fixing bustage 2008-02-06 20:34:22 -08:00
roc+@cs.cmu.edu
614b93d61c Bug 414482. Don't leak by double-addreffing in CEnumFormatEtc::Clone. Also, fix nsDataObj refcnt logging so we don't appear to be leaking those. r=jmathies,sr=jonas 2008-02-06 20:07:15 -08:00
roc+@cs.cmu.edu
f612b67c34 Bug 414671. Don't leak window after drag-drop operation --- make nsGUIEvent::widget an nsCOMPtr. r+sr=sicking 2008-02-06 20:04:58 -08:00
reed@reedloden.com
b2cbcd5205 Bug 66519 - "Supporting Internet keys in XFree86 4" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep] 2008-02-06 13:56:02 -08:00
aaronleventhal@moonset.net
0f80db38e1 Back out bug 413778, since it didn't work completely and also broke focus when returning to Window. 2008-02-06 12:34:35 -08:00
enndeakin@sympatico.ca
72aaf373bd Bug 390696, scale thumb is too small on vista, use a hardcoded size, r+sr=roc 2008-02-06 06:12:24 -08:00
joshmoz@gmail.com
ca99d48b14 Cmd+Return no longer opens focused link in new tab, events getting sent to wrong widget. Also fixes embedding bug 415437. b=358379 r=masayuki sr=roc 2008-02-05 22:26:11 -08:00
joshmoz@gmail.com
299bd71c8c back out patch for bug 400028, it caused 407020 which is more serious. b=400028 r=josh sr=roc 2008-02-05 22:22:51 -08:00
mozilla@weilbacher.org
c22808e56f [OS/2] Bug 394412: fix scaling issues and add support for pagination, so that printing now works in principle. (OS/2 only, NPOTB) 2008-02-04 01:31:05 -08:00