cbiesinger%web.de
|
12ba7928f8
|
Bug 333178 fix image cursors for cairo-gtk2 builds
r=bryner sr=roc
|
2006-06-16 18:38:39 +00:00 |
mark%moxienet.com
|
71ae545817
|
Remove PINK_PROFILING_ACTIVATE. No bug, but mentioned in 340592.
|
2006-06-16 17:25:26 +00:00 |
mark%moxienet.com
|
58bf60e6dd
|
340592 Make the mouse focus model more Mac-like. r=josh sr=pink
|
2006-06-16 17:23:07 +00:00 |
joshmoz%gmail.com
|
040fa4b314
|
bustage fix, account for api change in 332949 in carbon widgets.
|
2006-06-16 16:14:19 +00:00 |
joshmoz%gmail.com
|
bc82b480b0
|
pull initial enabled state for menu items from command node, not their own DOM node. fixes keyboard command crashes. b=332949 r=mento sr=pinkerton
|
2006-06-16 15:05:43 +00:00 |
roc+%cs.cmu.edu
|
9ed5e52204
|
Bug 339715. Paint layered (translucent) windows asynchronously to avoid bugs where paint timing is diferent for translucent windows. patch by Dainis Jonitis, r+sr=roc
|
2006-06-16 02:27:37 +00:00 |
mark%moxienet.com
|
999bec21d3
|
338728 Don't dispatch native events after [NSApplication terminate:] is called. r=josh sr=darin
|
2006-06-15 17:24:25 +00:00 |
mark%moxienet.com
|
ffba1158c6
|
Copy'n'paste (340071) and drag'n'drop (340890) between Mozilla app running natively and Mozilla app running under Rosetta translation does not work [properly]. Byte-swap UTF-16 text in private flavors when running under Rosetta. r=josh sr=pink a/1.8.1=me
|
2006-06-15 17:13:59 +00:00 |
mark%moxienet.com
|
2c660c0c8e
|
338728 Don't dispatch native events after [NSApplication terminate:] is called. r=josh sr=darin
|
2006-06-15 16:51:51 +00:00 |
joshmoz%gmail.com
|
bef4565f61
|
menu item enabled state needs to be actively updated based on DOM activity. b=341528 r=mento
|
2006-06-15 15:54:58 +00:00 |
joshmoz%gmail.com
|
5687cc5ec7
|
make control-click bring up a context menu. b=340870 r=mento
|
2006-06-12 21:05:36 +00:00 |
joshmoz%gmail.com
|
337f7b9c61
|
selection highlight color changed in 0.5+ to no longer use system selection color. b=240320 r=josh sr=roc
|
2006-06-12 19:33:07 +00:00 |
mark%moxienet.com
|
e084450e4b
|
336012 Copying content from browser and pasting into (Mac) Terminal results in URL instead of selected text, URL contains 0-bytes. Part 1: don't map the URL of a page that text was copied from to a public flavor on Mac. r=David.R.Gardiner sr=roc
|
2006-06-12 17:30:22 +00:00 |
silver%warwickcompsoc.co.uk
|
84926e62ac
|
Bug 322424 - use the right variable for disabled combobox background. r=josh sr=neil
|
2006-06-11 19:36:02 +00:00 |
sergei_d%fi.tartu.ee
|
392c0c2016
|
[BeOS]Bug 339031 DND of bookmarks in Places window crashes Minefield in ZETA [@ BRegion::~BRegion], p=thesuckiestemail, r=sergei_d.
|
2006-06-09 19:27:52 +00:00 |
leon.sha%sun.com
|
198c904434
|
Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
mark: review+
roc: review+
roc: superreview+
Patch by alfred.peng@sun.com
|
2006-06-09 06:02:30 +00:00 |
mark%moxienet.com
|
2662541f3d
|
336012 Fix typo. Last comment should have specified r=hwaara.
|
2006-06-08 21:34:57 +00:00 |
mark%moxienet.com
|
c4359b136c
|
336012 Copying content from browser and pasting into Terminal results in URL instead of selected text, URL contains 0-bytes. Part 2: use UTF-8 when copying and pasting 'url ' and 'urld'-flavor data. The URL will still be pasted instead of the copied text (see the "part 1" patch on bug 336012). r=josh sr=pink a/1.8.1=me
|
2006-06-08 21:32:26 +00:00 |
joshmoz%gmail.com
|
230bff2eff
|
fix popup rollup during right-click events, prevents us from allowing multiple popup windows (context menus) from opening at once. b=339957 r=mento
|
2006-06-08 21:11:18 +00:00 |
mark%moxienet.com
|
02dfc476f4
|
339705 Using the scroll wheel over autocomplete popup closes it. Check whether widgetToScroll is a child of the rollup widget. r=josh a/1.8.1=me
|
2006-06-08 19:04:31 +00:00 |
joshmoz%gmail.com
|
2e57557bb0
|
add support for sheets to Cocoa widgets. b=330587 r=mento sr=pinkerton
|
2006-06-08 17:29:18 +00:00 |
mark%moxienet.com
|
a6b04ae8c0
|
340032 nsIThreadObserver needs a method called after processing an event to support Cocoa autorelease pools. r=darin sr=bryner
|
2006-06-07 00:06:11 +00:00 |
vladimir%pobox.com
|
954d75ac83
|
b=340517, classic windows native themes broken; r=stuart
|
2006-06-06 19:01:58 +00:00 |
mark%moxienet.com
|
644677bd26
|
340436 Cocoafox crashes when opening preferences. Native scrollbar view's parent is not a mozView and does not implement getNativeWindow. Initialize new horizontal scrollbar's nativeWindow based on the existing (dummy vertical) scrollbar's nativeWindow, not the parent. r=josh sr=pink
|
2006-06-06 17:41:24 +00:00 |
gavin%gavinsharp.com
|
63879a6f99
|
Bug 339192: Readonly textboxes shouldn't look active, patch by Phil Ringnalda <philringnalda@gmail.com>, r=hwaara, sr=pink
|
2006-06-06 16:34:16 +00:00 |
masayuki%d-toybox.com
|
af7d5c7dd6
|
Bug 339723 Ctrl++ doesn't work with JIS keyboard r=ere, sr=roc
|
2006-06-06 01:52:46 +00:00 |
vladimir%pobox.com
|
589aae1008
|
b=340452, update cairo on trunk to 2006-06-03, r=stuart
|
2006-06-05 23:16:25 +00:00 |
masayuki%d-toybox.com
|
e1d97f38fd
|
backout previous check-in because the tree is closed
|
2006-06-05 15:41:05 +00:00 |
masayuki%d-toybox.com
|
705c65bb3d
|
Bug 339723 Ctrl++ doesn't work with JIS keyboard r=ere, sr=roc
|
2006-06-05 15:31:42 +00:00 |
dougt%meer.net
|
027444ff90
|
Fixing regression on Windows Ce. b=259816. r=ere. WINCE only.
|
2006-06-04 16:08:50 +00:00 |
timeless%mozdev.org
|
4fceb5193b
|
Bug 337917 Make consumers stop using cids from other modules
r=neil sr=darin
|
2006-06-03 23:42:13 +00:00 |
timeless%mozdev.org
|
c6b7d48a4d
|
Bug 337917 Make consumers stop using cids from other modules
r=dveditz sr=darin
|
2006-06-03 23:38:55 +00:00 |
timeless%mozdev.org
|
a768026fc9
|
Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
|
2006-06-03 23:35:59 +00:00 |
joshmoz%gmail.com
|
627d258538
|
fix a comment, no code changes. r=sparky
|
2006-06-02 17:48:34 +00:00 |
ginn.chen%sun.com
|
8991256053
|
back out Bug 339554 fix failed
|
2006-06-02 03:47:34 +00:00 |
mark%moxienet.com
|
e4f7253b2b
|
340027 Phantom scrollbars appear after activating/deactivating a window. Don't call HiliteControl on controls that are not supposed to be visible. r=josh a/1.8.1=me
|
2006-06-02 01:07:41 +00:00 |
mark%moxienet.com
|
2a15faa372
|
339371 Need [NSApp run] on the stack. r=josh sr=darin
|
2006-06-01 18:35:47 +00:00 |
joshmoz%gmail.com
|
7d8e35a96b
|
remove unnecessary code from Carbon sheet impl. b=339866 r=mento
|
2006-06-01 01:48:24 +00:00 |
joshmoz%gmail.com
|
a7e204c6e2
|
Linking against the Cocoa framework in Carbon widgets is no longer necessary since we don't call NSApplicationLoad() any more. b=339389 r=sparky
|
2006-05-31 16:20:41 +00:00 |
joshmoz%gmail.com
|
9906175791
|
Cocoa builds broken on case-sensitive file systems, fix includes filename. b=339682
|
2006-05-30 23:26:56 +00:00 |
dougt%meer.net
|
d9c4f0271a
|
Wince only. Enables IME on windows ce. this is required for any wince application to use IME. bug 297683. r/sr = dveditz
|
2006-05-30 20:57:07 +00:00 |
mark%moxienet.com
|
79471dcc7a
|
339640 Activate/deactivate events being processed twice. r=josh
|
2006-05-30 15:55:25 +00:00 |
joshmoz%gmail.com
|
c35313a483
|
add the Carbon icon decoder back, alongside the Cocoa icon decoder. Use Carbon decoder for Carbon builds, Cocoa for Cocoa builds. We can't use the Cocoa API from Carbon due to runtime conflicts (that aren't completely resolved by calling NSApplicationLoad). Also, removing call to NSApplicationLoad. b=339389 r=mento sr=stuart
|
2006-05-30 15:54:28 +00:00 |
mark%moxienet.com
|
22cab1ed59
|
337646 Trouble with multiple sheets: going from a parent sheet to a child sheet back to a parent sheet puts the window in a bad state, causes blank sheet to appear and effectively hangs the app. Take care to not call ShowSheetWindow except when absolutely necessary. r=josh
|
2006-05-30 15:45:23 +00:00 |
mark%moxienet.com
|
cd9f768a3b
|
339370 Scrollbars in popup windows appear inactive. r=josh
339482 Bad app behavior caused by removing event handlers based on random stack garbage. r=josh
|
2006-05-30 15:40:50 +00:00 |
enndeakin%sympatico.ca
|
31f554baac
|
Bug 290255, add xul scale widget, r=mconnor,roc sr=neil,roc
|
2006-05-30 13:50:48 +00:00 |
ginn.chen%sun.com
|
b5019990ce
|
Bugzilla 339554 at-poke gets a focus-event for a blank panel
r+sr=roc
|
2006-05-30 06:10:34 +00:00 |
joshmoz%gmail.com
|
62fc7a683f
|
add null check, kill unused function, spacing/comment cleanup. r=mento
|
2006-05-26 19:57:41 +00:00 |
mark%moxienet.com
|
dcda9203aa
|
338249 Embedding and plugin users restrict the ability to let the system run the event loop. Always receive and dispatch events manually. Cocoa. r=josh sr=darin
|
2006-05-26 18:38:19 +00:00 |
mark%moxienet.com
|
78602d6e0e
|
339051 Embedding and plugin users restrict the ability to let the system run the event loop. Always receive and dispatch events manually. Carbon. r=josh sr=darin
|
2006-05-26 18:12:46 +00:00 |