Commit Graph

8073 Commits

Author SHA1 Message Date
enndeakin%sympatico.ca
27e5812b29 Bug 178513, fix Windows build
git-svn-id: svn://10.0.0.236/trunk@222100 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-20 13:58:11 +00:00
enndeakin%sympatico.ca
c567b76634 Bug 178513, add missing semicolon
git-svn-id: svn://10.0.0.236/trunk@222096 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-20 12:35:14 +00:00
enndeakin%sympatico.ca
ae6cfb8b02 Bug 178513, support translucent drag feedback when dragging nodes and selections on Mac and GTK, r=vlad,josh,roc,sr=roc
git-svn-id: svn://10.0.0.236/trunk@222094 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-20 12:14:52 +00:00
surkov.alexander%gmail.com
09520072ae Bustage fix for bug 373532
git-svn-id: svn://10.0.0.236/trunk@221909 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-15 02:57:04 +00:00
surkov.alexander%gmail.com
f2cdb81a89 Fix bustage for bug 373532
git-svn-id: svn://10.0.0.236/trunk@221908 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-15 02:46:45 +00:00
joshmoz%gmail.com
a23f7d7c2d don't mark methods as NS_METHOD when they are not. b=364994 r=mano sr=pav
git-svn-id: svn://10.0.0.236/trunk@221893 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-14 20:12:21 +00:00
joshmoz%gmail.com
ddc8ddcae5 Quit menu-item/Cmd+Q is broken in windows which don't have their own menu_FileQuitItem set. b=368911 r=mano sr=pav
git-svn-id: svn://10.0.0.236/trunk@221844 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-13 23:09:36 +00:00
joshmoz%gmail.com
3bbe8457eb Fixes a visibility logic bug. Also extends support for the collapsed attribute to all menu node types (menu, menu item, and separator). Apparently there was a previous assumption that collapsed would only be used on the menu type, but that is nonsense. In XUL collapsed=true is the same as visibility:collapsed, and according to CSS2 visibility:collapsed outside the context of a table is the same as hidden:true. Cleans up the code for hidden and collapsed attribute checks. b=373730 r=mano sr=pav
git-svn-id: svn://10.0.0.236/trunk@221841 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-13 22:28:08 +00:00
joshmoz%gmail.com
ef1f57520a remove theme constant overrides. b=372996 r=smorgan sr=vlad
git-svn-id: svn://10.0.0.236/trunk@221835 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-13 21:07:41 +00:00
joshmoz%gmail.com
4512547010 null check native data pointer from GetNativeData. b=364994 r=mano sr=pav
git-svn-id: svn://10.0.0.236/trunk@221795 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 20:58:02 +00:00
pedemont%us.ibm.com
27c1e2e64d Bug 371828 - Need to generate events for midifer keys. r=mento.
git-svn-id: svn://10.0.0.236/trunk@221778 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-12 16:04:40 +00:00
emaijala%kolumbus.fi
0d8593b054 Fix for Bug 372177: No focus event fired when a window "gets focus" because another one has been minimized
Patch by Oliver Yeoh
r=emaijala
sr=roc


git-svn-id: svn://10.0.0.236/trunk@221710 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-10 19:08:21 +00:00
tor%cs.brown.edu
d4d99611ea Build bustage fix for 373089.
git-svn-id: svn://10.0.0.236/trunk@221700 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-10 14:03:09 +00:00
mozilla%weilbacher.org
355f348309 [OS/2] Bug 371302: fix build break due to export library changes, p=wuno, r=benjamin
git-svn-id: svn://10.0.0.236/trunk@221686 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-10 07:23:01 +00:00
joshmoz%gmail.com
51edbafdd9 don't claim to be in menu construction when we're not. b=373378 r=mento
git-svn-id: svn://10.0.0.236/trunk@221627 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-09 21:08:58 +00:00
vladimir%pobox.com
76df446d7a b=using opacity with windows native widgets causes bogus rendering/lack of rendering; r=stuart
git-svn-id: svn://10.0.0.236/trunk@221253 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-03 00:18:34 +00:00
pavlov%pavlov.net
fbcd4873af fixing build bustage
git-svn-id: svn://10.0.0.236/trunk@221120 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-01 00:29:39 +00:00
pavlov%pavlov.net
b4821d8bef enabling PDF surface on windows. bug 369930. r/sr=vlad
git-svn-id: svn://10.0.0.236/trunk@221116 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-01 00:02:27 +00:00
pavlov%pavlov.net
cccbee437b fixing build bustage
git-svn-id: svn://10.0.0.236/trunk@221097 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-28 21:29:53 +00:00
joshmoz%gmail.com
ec2f566245 fix chrome button heights, fix some native button rendering issues, clean up some CSS. b=371080 r=mano sr=vlad
git-svn-id: svn://10.0.0.236/trunk@221025 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-27 21:54:52 +00:00
joshmoz%gmail.com
e56196a76c Replace convertLocation with other ways of doing the same thing. The name didn't make much sense, the code was messy, and it was inefficient. b=371902 r=smorgan sr=pav
git-svn-id: svn://10.0.0.236/trunk@221024 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-27 21:36:40 +00:00
emaijala%kolumbus.fi
836d708dab Fix for bug 371564: Disabled keyboard until focus set with mouse, on Alt-Tab to Error Console (or Browser or MailNews)
Patch by Oliver Yeoh
r=emaijala
sr=roc


git-svn-id: svn://10.0.0.236/trunk@221009 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-27 17:50:16 +00:00
joshmoz%gmail.com
6aa7ed2434 optimize and clean up child view event handling. b=371902 r=smorgan sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@221006 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-27 17:23:58 +00:00
joshmoz%gmail.com
7314965a39 can't open libmozz dynamic library referenced from libthebes. b=370672 r=mento
git-svn-id: svn://10.0.0.236/trunk@220837 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-23 18:57:19 +00:00
joshmoz%gmail.com
ba8cf8f9b3 nsScreenManagerCocoa::ScreenForRect won't match any screen when window partly offscreen. Patch by Sylvain Pasche. b=370107 r=josh sr=pav
git-svn-id: svn://10.0.0.236/trunk@220796 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-23 03:35:59 +00:00
joshmoz%gmail.com
4aa466300e Need to translate from Cocoa to Gecko coordinates in nsScreen[Manager]Cocoa. Original patch by Sylvain Pasche. b=370106 r=josh sr=pav
git-svn-id: svn://10.0.0.236/trunk@220760 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-22 21:56:50 +00:00
mozilla.mano%sent.com
b4bb237fe9 Bug 365405 - the xbl binding for a menupopup is attached only once the menu is opened, after popupshowing is dispatched. r=josh, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@220674 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-21 23:37:34 +00:00
joshmoz%gmail.com
572a493892 various colors in cocoa look and feel are incorrectly implemented. b=371053 r=smorgan sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@220604 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-20 21:52:04 +00:00
emaijala%kolumbus.fi
2f14a7397e Fix for bug 261074: OnFocus fires twice when window restored
Patch by Oliver Yeoh
r=emaijala
sr=roc


git-svn-id: svn://10.0.0.236/trunk@220593 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-20 19:45:17 +00:00
joshmoz%gmail.com
eb773195b7 followup for 370659, all popups started overflowing because we were assigning overflow to too many widgets. Thanks to Mano for figuring out what the problem was. b=370769 r=cbarrett
git-svn-id: svn://10.0.0.236/trunk@220591 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-20 19:33:20 +00:00
joshmoz%gmail.com
12e2d65577 use correct flags for drawing disabled widgets, patch by Colin Barrett. b=370679 r=josh sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@220589 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-20 19:07:50 +00:00
sharparrow1%yahoo.com
119f1cc686 Bug 370029: Stop using gParentWnd in nsDeviceContextSpecWin. r=emaijala, sr=roc
git-svn-id: svn://10.0.0.236/trunk@220509 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-18 10:48:47 +00:00
joshmoz%gmail.com
0028caedb5 more Mac OS X native theme work, cocoa native buttons draw outside bounds, have incorrect border/padding setup. b=370659 r=smorgan sr=pav
git-svn-id: svn://10.0.0.236/trunk@220457 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-17 02:48:58 +00:00
joshmoz%gmail.com
6c7f3fb225 cocoa native text fields draw outside bounds, have incorrect border/padding setup. b=370593 r=smorgan sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@220416 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-16 18:18:48 +00:00
joshmoz%gmail.com
7c5b8aba86 add some useful debug code, no bug. r/sr=sparky
git-svn-id: svn://10.0.0.236/trunk@220397 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-16 07:18:56 +00:00
joshmoz%gmail.com
e7da86e63d extend nsITheme to support native focus drawing. b=370549 r=dbaron sr=roc
git-svn-id: svn://10.0.0.236/trunk@220364 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-16 01:53:43 +00:00
sharparrow1%yahoo.com
de3019a505 Bug 370185: clean up view header includes (trivial). rs=bzbarsky.
git-svn-id: svn://10.0.0.236/trunk@219989 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-12 19:38:10 +00:00
sharparrow1%yahoo.com
4e50607a9e Bug 370185: clean up view header includes (trivial). rs=bzbarsky.
git-svn-id: svn://10.0.0.236/trunk@219987 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-12 19:17:33 +00:00
dietrich%mozilla.com
26143af2e4 Backing out the patch for bug 342885 per comment #34
git-svn-id: svn://10.0.0.236/trunk@219966 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-12 03:07:55 +00:00
roc+%cs.cmu.edu
bf3c41b8a7 Bug 223492. Support the freedesktop startup notification API for Linux/Unix. r=caillon/mats,sr=tor
git-svn-id: svn://10.0.0.236/trunk@219814 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-09 01:40:03 +00:00
roc+%cs.cmu.edu
69b654dcff Bug 223492. Support the freedesktop startup notification API for Linux/Unix. r=caillon/mats,sr=tor
git-svn-id: svn://10.0.0.236/trunk@219813 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-09 01:33:26 +00:00
mozilla%weilbacher.org
ee145af99b [OS/2] Bug 333235: Get Thebes to work on OS/2. r=mkaply
Changes to widget, including heavy whitespace cleanup in nsWindow::Destroy and nsWindow::OnPaint.
Temporary compilation workaround for nsObjectFrame.


git-svn-id: svn://10.0.0.236/trunk@219792 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-08 23:38:51 +00:00
pavlov%pavlov.net
0afbda94bc fixing build bustage
git-svn-id: svn://10.0.0.236/trunk@219783 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-08 22:45:57 +00:00
pavlov%pavlov.net
cd90e152dd fixing build bustage
git-svn-id: svn://10.0.0.236/trunk@219781 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-08 22:32:25 +00:00
pavlov%pavlov.net
d5646d19cf thebes API cleanup. bug 368910. r/sr=vlad
git-svn-id: svn://10.0.0.236/trunk@219778 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-08 22:19:41 +00:00
pavlov%pavlov.net
533f473e98 thebes API cleanup. bug 368910. r/sr=vlad
git-svn-id: svn://10.0.0.236/trunk@219776 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-08 22:01:26 +00:00
pavlov%pavlov.net
294aa04b39 thebes API cleanup. bug 368910. r/sr=vlad
git-svn-id: svn://10.0.0.236/trunk@219773 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-08 21:40:59 +00:00
pavlov%pavlov.net
516fa28846 thebes API cleanup. bug 368910. r/sr=vlad
git-svn-id: svn://10.0.0.236/trunk@219768 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-08 21:18:08 +00:00
pavlov%pavlov.net
ec3b1ee12c thebes API cleanup. bug 368910. r/sr=vlad
git-svn-id: svn://10.0.0.236/trunk@219765 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-08 20:47:48 +00:00
joshmoz%gmail.com
17de76ef2e Cocoa nsFilePicker. mm combines extensions without breaks when using AppendFilter twice. Original patch by Alex Vincent, cleanup by Josh. b=368285 r=smorgan sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@219733 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-08 19:01:22 +00:00