Commit Graph

8176 Commits

Author SHA1 Message Date
dbaron@dbaron.org
1405fe4773 Bug 385686, No Focus indicator for radios/checkboxes/textboxes on Linux, Patch by Michael Ventnor, r+sr=roc 2007-06-26 23:38:51 -07:00
joshmoz@gmail.com
37ee900e61 share more code between clipboard and drag services. original patch by Colin Barrett, more clean up by me. b=358094 r=cbarrett sr=roc 2007-06-26 22:26:18 -07:00
dbaron@dbaron.org
325916e150 Back out bug 385686 to diagnose Tp/Tp2 regression bug 385957. 2007-06-26 15:16:07 -07:00
flamingice@sourmilk.net
f275c2eef0 Bug 385686, No Focus indicator for radios/checkboxes/textboxes on Linux, Patch by Michael Ventnor, r+sr=roc 2007-06-25 21:13:30 -07:00
mats.palmgren@bredband.net
9d3559b3eb Removing obsolete files. b=385638 2007-06-25 11:39:52 -07:00
joshmoz@gmail.com
1fc82e2f45 simplify some things in base native theme so that the difference between listbox and combobox styling is clear. b=385367 r=cbarrett sr=roc 2007-06-25 08:33:51 -07:00
kherron@fmailbox.com
7da20483cd Back out patch for bug 381361 due to ref test failures on Windows. 2007-06-24 08:13:23 -07:00
kherron@fmailbox.com
3af9fe5cfb Fix bustage from bug 381631. 2007-06-24 04:47:08 -07:00
kherron@fmailbox.com
88496fd2b4 Bug 381631 - Cannot print pages in Landscape mode. r=pavlov, sr=roc. 2007-06-24 04:20:34 -07:00
joshmoz@gmail.com
e029c86cf2 Back out fix for bug 385367 because it regresses Windows comboboxes. This code is still wrong but Windows depends on it for now. 2007-06-21 22:22:09 -07:00
smichaud@pobox.com
d684f681db Fix regression caused by and bug unmasked by bug 373122 patch (display
problem and keyboard focus problems). b=384343+383821 r=josh sr=roc
2007-06-21 16:58:16 -07:00
joshmoz@gmail.com
80c890c209 IsWidgetStyled calculates case NS_THEME_DROPDOWN incorrectly. It shouldn't be doing anything with the NS_THEME_DROPDOWN case right now. b=385367 r=cbarrett sr=roc 2007-06-21 14:27:43 -07:00
mats.palmgren@bredband.net
aff6b64607 Remove obsolete file widget/src/gtk2/nsIGdkPixbufImage.h. b=384747 r+sr=roc 2007-06-18 20:09:02 -07:00
stuart.morgan@alumni.case.edu
6b8b9c879b Bug 384509: preserve button end-cap shape when shrinking buttons below HITheme minimums. r=josh sr=pink 2007-06-17 17:29:34 -07:00
kherron@fmailbox.com
b631a0ec0d Bug 382169 - Print Preview overwrites printed file. Part II - removed files. r=pavlov, sr=cbiesinger. 2007-06-17 14:07:40 -07:00
kherron@fmailbox.com
47f2f97a54 Bug 382169 - Print Preview overwrites printed file. r=pavlov, sr=cbiesinger. 2007-06-17 13:17:23 -07:00
emaijala@kolumbus.fi
0f3456a4e7 Backing out patch of bug 261074 (OnFocus fires twice when window restored) due to unfixed regressions. 2007-06-17 03:59:19 -07:00
masayuki@d-toybox.com
59ac08157a Bug 377478 Implement a way to get the toggled keyboard states (e.g., Caps Lock, Num Lock and Scroll Lock). patch by Mats(gtk2 part) and me (other parts) r=ere+josh+me, sr=roc 2007-06-16 12:19:46 -07:00
mats.palmgren@bredband.net
df0f128cb1 Bye bye non-cairo GTK gfx. b=383889 r+sr=vladimir 2007-06-15 19:13:52 -07:00
joshmoz@gmail.com
0b375ade98 mGeckoChild can be null, we need to null check before all uses. b=384448 r=smorgan sr=vlad 2007-06-15 15:34:48 -07:00
joshmoz@gmail.com
ae259a5645 fix typo, bug 384511. 2007-06-14 18:54:44 -07:00
mozilla@weilbacher.org
007c372528 [OS/2] Bug 371505: check in preliminary workarounds for Thebes repaint problems based on ideas from Andy Willis 2007-06-14 13:38:55 -07:00
aaronleventhal@moonset.net
df3ea7e510 Bug 381888. Caret tracking broken with Windows screen readers [Cairo-related]. When a11y active, follow Gecko caret around with invisible system caret. r=surkov 2007-06-14 10:12:50 -07:00
bzbarsky@mit.edu
9ba6252982 Don't create huge surfaces. We need a surface big enough to hold our widget'spixel dimensions, not twip dimensions. Bug 384266, r+sr=roc 2007-06-13 15:34:06 -07:00
mats.palmgren@bredband.net
266f784855 Bye bye Xprint. b=326716 r+sr=dbaron 2007-06-13 11:02:58 -07:00
joshmoz@gmail.com
e706c28243 use a smaller button font size by default on Mac OS X. b=262191 r/sr=roc 2007-06-12 14:51:10 -07:00
joshmoz@gmail.com
0956b1d58d use the correct cg context for drawing buttons all the time, so long as we have a minimum sdk of 10.4. b=382883 r=smorgan sr=roc 2007-06-12 14:48:14 -07:00
joshmoz@gmail.com
8fd7d4c19c clean up child view event handling code. better comments, better method names, better event conversion organization. b=383560 r=cbarrett sr=pinkerton 2007-06-12 13:28:26 -07:00
joshmoz@gmail.com
0a44bb26c4 clean up, consolidate some code. b=383560 r=smorgan sr=pinkerton 2007-06-12 13:26:24 -07:00
dbaron@dbaron.org
e081e40318 Enable native theme drawing for listbox selects. b=329846 Patch by Vassil Stefanov <v.stefanov@jacobs-university.de>. r+sr=roc 2007-06-12 11:29:51 -07:00
sdwilsh@shawnwilsher.com
87db3b3879 Bug 380682 - nsIIdleService should allow observers to specify time in seconds instead of minutes. r=roc, sr=neil 2007-06-12 10:13:24 -07:00
joshmoz@gmail.com
0004ace2b4 back out, tree closed 2007-06-11 12:31:35 -07:00
joshmoz@gmail.com
5e49ddeed9 top-level window code cleanup, b=383560 r=smorgan sr=pinkerton 2007-06-11 12:24:04 -07:00
mozilla@weilbacher.org
58a7060568 Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc 2007-06-10 15:13:08 -07:00
roc+@cs.cmu.edu
0450fa102e Bug 380538. Allow both ononline and onoffline to be specified in the body element. patch by Chris Double, r=Olli.Pettay,sr=jonas 2007-06-06 20:28:04 -07:00
flamingice@sourmilk.net
1976e727e3 Bug 383055, all toplevel windows placed at top left, Patch by Tuukka Tolvanen, r+sr=roc 2007-06-05 12:57:38 -07:00
flamingice@sourmilk.net
86259690a0 Bug 329846, enable native theme in HTML content on Linux, Patch by Michael Ventnor, r+sr=roc 2007-06-04 20:26:43 -07:00
joshmoz@gmail.com
b63a0df8e1 use a smaller system font for eSystemFont_List on Mac OS X. b=262191 r=smorgan sr=roc 2007-06-02 15:17:23 -07:00
philringnalda@gmail.com
48dda27711 Bug 363415 - Toolbar control (toolbar collapse widget) missing in Cocoafox, patch by Colin Barrett <cbarrett@mozilla.com>, r=mento, r=josh, sr=mconnor 2007-05-30 22:07:18 -07:00
joshmoz@gmail.com
0807823da2 don't modify the view hierarchy during drawing. patch by Steven Michaud. b=373122 r=josh sr=pinkerton 2007-05-30 11:25:44 -07:00
joshmoz@gmail.com
d6015ce03e don't let comboboxes render their labels over the native combobox button on Mac OS X. b=382043 r/sr=roc 2007-05-28 22:31:04 -07:00
joshmoz@gmail.com
4b831f86c6 fix "can't drag and drop buttons when customizing toolbars", patch by Stan Shebs. b=358446 r=josh sr=pav 2007-05-28 22:06:12 -07:00
sharparrow1@yahoo.com
6470166948 Bug 382111: Flash animation in top left of page. r+sr=roc/ 2007-05-28 21:53:22 -07:00
roc+@cs.cmu.edu
182c294250 Bug 343430. Reduce the area we scroll on Windows to reduce flicker by excluding areas that shouldn't be moving. On Linux, since we can't control the area we scroll, just disable accelerated scrolling in that case and repaint everything. r+sr=dbaron 2007-05-27 20:17:20 -07:00
joshmoz@gmail.com
56233fb7f8 get rid of extra width and height for native comboboxes on Mac OS X. b=376823 r=cbarrett sr=roc 2007-05-25 11:15:21 -07:00
joshmoz@gmail.com
1342fe5b4c turn on native form controls for Mac OS X again... b=175279 sr=pav 2007-05-24 01:13:04 -07:00
joshmoz@gmail.com
d6d2a9ab08 turn native form controls off again on mac, more reftest problems 2007-05-23 14:50:54 -07:00
joshmoz@gmail.com
0a0d69970c Turn native form controls on again for Mac OS X. b=175279 a=mconnor 2007-05-23 12:49:24 -07:00
mozilla.mano@sent.com
bf260e2b9d Bug 371426 - repaint xul buttons when the default attribute is changed. r=josh, sr=pink. 2007-05-22 17:10:02 -07:00
joshmoz@gmail.com
ab0dbd4bcd turn native form controls off on Mac OS X until reftests pass. b=175279 2007-05-22 14:16:39 -07:00