Commit Graph

7509 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
4081eca2b6 Up the minimal GTK version for us to use the GTK2 filepicker, to avoid crash bugs in it. Bug 310137, r+sr+branch181=roc 2006-04-17 23:49:21 +00:00
bzbarsky%mit.edu
b516fd61cd Implement paint flashing for GTK2 non-cairo builds. Bug 220953, patch by tor
and me, r+sr=roc
2006-04-17 23:46:10 +00:00
joshmoz%gmail.com
325f4a921e minor cocoa widget cleanups, no bug. spelling, error return value. 2006-04-17 18:41:51 +00:00
dougt%meer.net
3ec5dfd4c1 Bug 297683. ensure that there is only one softkey menubar since having more results in a window minimization when an dialog is opened. remove config.wince.useOKBtn pref. it isn't used any longer. r=veditz wince only 2006-04-17 17:42:20 +00:00
cls%seawood.org
74ac97fd84 Fix mingw cross-compile & static build bustage
Bug #333941 r=bsmedberg
2006-04-14 22:59:21 +00:00
joshmoz%gmail.com
e6181a0330 add a couple null checks to head off potential crashes, clean up an early return. Cocoa widgets only. no bug. 2006-04-14 19:44:50 +00:00
hwaara%gmail.com
ba2914d822 Try to fix cocoa/camino bustage. 2006-04-13 11:50:22 +00:00
cvshook%sicking.cc
7a388e48eb Bug 333795, kill unused BeginReflow/EndReflow functions. r/sr=dbaron 2006-04-13 04:07:12 +00:00
roc+%cs.cmu.edu
4e96e616ab Bug 333250. Speed up native theme rendering in cairo by a) not having a clip rect set on the backbuffer surface, so we don't usually don't need to clip native theme rendering and b) creating the backbuffer with GDK so that we don't need to create a GdkPixmap with expensive XGetGeometry round-trip every time a theme wants to draw into it. r=vlad 2006-04-12 21:58:14 +00:00
joshmoz%gmail.com
53dd13ee42 fix return type, fixes bustage that hasn't happened yet but will... b=333737 2006-04-12 20:12:05 +00:00
joshmoz%gmail.com
b58dc2a75c fix crash sending mouse event, add null checks. b=333737 r=hwaara 2006-04-12 19:08:43 +00:00
joshmoz%gmail.com
4a449b530e handle popup rollup correctly when scrolling. b=330999 r=mento 2006-04-12 17:51:32 +00:00
hwaara%gmail.com
5b466ab31e Fix bug 333635, Popupmenus don't close properly. r=josh 2006-04-12 15:10:00 +00:00
bzbarsky%mit.edu
f590d18aa0 Add a pref to force the XUL filepicker. Bug 333653, r+sr=roc 2006-04-12 00:49:46 +00:00
sergei_d%fi.tartu.ee
f0d5f9ffff [BeOS]Bug 322051, restructuring nsWindow code, BeOS-only, r=sergei_d 2006-04-11 20:45:12 +00:00
sergei_d%fi.tartu.ee
3fa9487f23 [BeOS]Bug 322051, restructuring nsWindow code, r=sergei_d 2006-04-11 20:22:24 +00:00
masayuki%d-toybox.com
6fb048961a Bug 327003 Don't commit the IME composition string when Mozilla is deactivated r=roc+masaki.katakai+timeless sr=roc 2006-04-11 16:37:58 +00:00
masayuki%d-toybox.com
152c9dd6c3 Bug 333221 IDC_SELECTANCHOR cursor is no longer required. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r+sr=roc 2006-04-11 16:26:34 +00:00
masayuki%d-toybox.com
e0ac7bfaac Bug 330276 Drop support for pre-Win2k platforms (Win9x/Me/NT4). #2 patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r+sr=roc 2006-04-11 16:21:25 +00:00
mark%moxienet.com
2273767651 332939 Can't print on Mac. Retain PMPrintSession object. r=josh sr=pink 2006-04-11 15:31:15 +00:00
Olli.Pettay%helsinki.fi
107fe84cd5 Bug 330494, Remove NS_EVENT_FLAG_INIT. Makes NN4 event handling and preventBubble and preventCapture methods no-op. r=sicking, sr=jst 2006-04-10 17:04:54 +00:00
roc+%cs.cmu.edu
917b5e275a Bug 29856. Support SetWindowClass in GTK2, checking in additional files 2006-04-09 23:14:25 +00:00
roc+%cs.cmu.edu
7b2b0b4750 Bug 300207. Set scrollbar button size and position so that Clearlooks (and other themes?) will draw button correctly. r=bryner 2006-04-09 22:51:03 +00:00
roc+%cs.cmu.edu
079a097ecc Bug 29856. Support SetWindowClass in GTK2. r+sr=roc, patch-midden by Andrew Taylor, Arik Devens, Rob Ginda, Kenneth Herron, timeless, Alex Zbyslaw, and me. 2006-04-09 22:45:04 +00:00
joshmoz%gmail.com
7a12a01b41 show a reasonable menu bar on app startup in case no window becomes main immediately. b=333088 r=mento 2006-04-07 04:51:16 +00:00
joshmoz%gmail.com
99e0d7f316 roll up popup windows in a couple more places we should. Cocoa widgets. b=332917 r=mento 2006-04-06 19:14:02 +00:00
benjamin%smedbergs.us
859f2968c4 Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-04-06 14:17:25 +00:00
joshmoz%gmail.com
be0a441b6e handle hidden window menu bar and menu bar switching in general better. gets rid of a lot of crashes. b=330586 r=pav 2006-04-06 07:41:34 +00:00
joshmoz%gmail.com
a7f673077d Implement GetScreenBounds to get window sizing and staggering working. We return the origin of the entire window (title bar and all) but the size of the content area. This is to match Carbon behavior and make everything work nicely. However, this is silly and confusing and we should do away with it in the future. b=330581 r=stuart 2006-04-06 05:31:16 +00:00
masayuki%d-toybox.com
1d1a72cc6a Bug 332830 Mingw build errors in nsWindow.h and nsWindow.cpp. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r+sr=roc 2006-04-05 23:21:57 +00:00
dbaron%dbaron.org
04b8c33eda Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky 2006-04-05 00:00:44 +00:00
pavlov%pavlov.net
59b4759574 add type info to thebes. bug 332743. r=vlad 2006-04-04 21:54:22 +00:00
cbiesinger%web.de
0cf032c25b bug 331888. Make cairo-beos work. Requires --enable-pango for now
r=stuart
2006-04-04 21:22:35 +00:00
masayuki%d-toybox.com
451bac61b8 Bug 330276 Drop support for pre-Win2k platforms. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=emaijala+dougt, sr=roc 2006-04-04 20:57:13 +00:00
dougt%meer.net
ed13c0902f IME interrupts scrolling. wince only r/a=ere. b=332592 2006-04-03 18:52:20 +00:00
gerv%gerv.net
f7bf44c446 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-03-31 06:13:49 +00:00
darin%meer.net
20837f71e1 fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron 2006-03-30 18:40:56 +00:00
gerv%gerv.net
a54a4e6372 Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines. 2006-03-30 07:57:10 +00:00
gerv%gerv.net
af20ee45fb Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines. 2006-03-30 07:57:05 +00:00
joshmoz%gmail.com
6fdc3acecd fix crash that happens when Mac OS X sends a bad value for a menu item index. do a bounds check. no bug. r=mento 2006-03-30 01:45:47 +00:00
joshmoz%gmail.com
434f3195bd set last widget entered to nil when last widget entered gets released, pass pointers to structs not straight structs to utility function. followup for 331349. 2006-03-29 22:47:20 +00:00
joshmoz%gmail.com
bba9eafb8e Cocoa widgets should send NS_MOUSE_ENTER/NS_MOUSE_EXIT events. b=331349 b=330594 r=mento 2006-03-29 18:51:35 +00:00
joshmoz%gmail.com
623b3c62e6 widget child view cleanup for cocoa, remove unnecessary variables and code. b=331349 r=mento 2006-03-29 00:49:15 +00:00
mark%moxienet.com
50b8a56ff2 331363 Focusable OS-chromeless titlebarless windows on Mac, for Places. Open windows with "chrome,titlebar=no" to use. r=josh a/1.8.1=me 2006-03-28 22:05:37 +00:00
pavlov%pavlov.net
cea27a57e0 fixing mingw issues. bugs 331287, 331329, 331333. patches from cls and hans-andreas engel. r=me 2006-03-28 21:15:01 +00:00
joshmoz%gmail.com
f52006763b Roll up popups if nsIRollupListener::ShouldRollupOnMouseWheelEvent says to do so. Patch by Masayuki Nakano (Mozilla Japan). b=330999 r=josh rs=pinkerton 2006-03-28 20:22:04 +00:00
jwatt%jwatt.org
b5cce40ba9 Partial fix for bug 331630. Remove nsEventStatus_eConsumeDoDefault from widget code. r+sr=roc@ocallahan.org 2006-03-27 11:32:55 +00:00
neil%parkwaycc.co.uk
31d026acf6 Bug 133439 don't clear OLE clipboard if we're going to set new data anyway, patch by Ludvig Strigeus <bugzilla@strigeus.com> r=jag sr=me 2006-03-24 14:52:24 +00:00
bzbarsky%mit.edu
ed97753ea2 Make nsIWidget::GetParent return a weak pointer. Bug 227489, r+sr=roc 2006-03-22 18:00:28 +00:00
jshin%mailaps.org
ebc7ee6742 bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg 2006-03-22 04:26:30 +00:00