vladimir@pobox.com
|
83af0dfc4c
|
b=355177, window.resizeTo behaviour changed with cocoa widgets (flicker when resizing windows); r=josh,sr=stuart
|
2007-11-26 16:24:13 -08:00 |
|
hwaara@gmail.com
|
90752168f7
|
bug 401793. only top-level windows should be able to get unified toolbar window style. r=josh, sr=roc, a=blocking1.9+
|
2007-11-17 04:49:04 -08:00 |
|
joshmoz@gmail.com
|
2b93b02a30
|
Fix the case of menubarless windows, swap Application menu correctly. b=403967 r=cbarrett sr=roc
|
2007-11-15 18:54:00 -08:00 |
|
cbarrett@mozilla.com
|
1a6407b5e5
|
Bug 402901 - Don't leak a CGShadingRef when using default titlebar drawing.
|
2007-11-09 11:00:02 -08:00 |
|
joshmoz@gmail.com
|
78c1fbd40b
|
Sanitize/optimize Cocoa nsIWidget move and resize implementations. Don't do drawing we don't need to, don't call setFrame: more than once when we don't need to, general cleanup and null checks. b=402176 r=vlad sr=roc
|
2007-11-06 23:36:10 -08:00 |
|
joshmoz@gmail.com
|
5a500eeacd
|
fix default titlebar color values on Mac OS X 10.4. b=402660 r=cbarrett sr=roc
|
2007-11-06 23:30:21 -08:00 |
|
cbarrett@mozilla.com
|
709cbde7de
|
Bug 303110 - Add Unified Toolbar machinery to Cocoa widgets. r=joshmoz, r=bz, sr=roc.
|
2007-10-29 21:03:42 -07:00 |
|
smichaud@pobox.com
|
c89edd66b8
|
Fix crashes when window closed with key-combination (alters previous fix to work on both Tiger and Leopard). b=396860 r=joshmoz sr=roc a=dsicore
|
2007-10-23 11:34:29 -07:00 |
|
smichaud@pobox.com
|
8edfbb4b7a
|
Allow windows without titlebars to receive keyboard events and become main. b=393250 r=joshmoz sr=roc
|
2007-10-19 08:47:58 -07:00 |
|
smichaud@pobox.com
|
1130feb1ba
|
Fix display problems with non-native combo box. b=392389 r=joshmoz sr=roc a=roc
|
2007-10-01 14:39:52 -07:00 |
|
joshmoz@gmail.com
|
df46920114
|
extra measure of security for password textfields on Mac OS X. b=394107 r=smorgan sr=roc
|
2007-09-27 09:01:32 -07:00 |
|
joshmoz@gmail.com
|
89d68c33ee
|
remove menu listener usage from cocoa widget nsIWidgets. b=396820 r=cbarrett sr=roc a=roc
|
2007-09-20 01:56:42 -07:00 |
|
joshmoz@gmail.com
|
7b22692c68
|
return the event handling status correctly from DispatchEvent on child views, more event handling cleanup in our menu impl. b=396520 r=cbarrett sr=roc a=roc
|
2007-09-19 15:15:48 -07:00 |
|
smichaud@pobox.com
|
f263a4f059
|
New appshell (process Gecko events on demand in Cocoa widgets). b=395397 r=joshmoz+mark sr=roc a=joshmoz
|
2007-09-19 12:17:06 -07:00 |
|
joshmoz@gmail.com
|
6225fc2d77
|
fix window maximizing/resizing and visual corruption on resize. only report native size events, don't kick off a nested resize. b=396345 r=bent sr=roc a=roc
|
2007-09-17 07:41:59 -07:00 |
|
joshmoz@gmail.com
|
97105f597d
|
Fix window staggering and positioning to make sure new windows are never partly positioned offscreen and don't seeminly arbitrarily get larger by the size of the title bar. b=218214 r=mano r=cbarrett sr=roc a=roc
|
2007-09-15 10:01:35 -07:00 |
|
cbarrett@mozilla.com
|
75990c3f1f
|
Bug 393117 - Remove native resize API. r=josh r=mconnor sr+a1.9=pav
|
2007-08-24 18:55:28 -07:00 |
|
stuart.morgan@alumni.case.edu
|
bcbdb3d314
|
Fix Cocoa/Gecko coordinate conversion. r=smichaud r=cbarrett sr=pink
|
2007-08-21 09:55:18 -07:00 |
|
joshmoz@gmail.com
|
4f1c626bec
|
re-factor and focus event code to make it more clear. also don't do work to calculate return values that we ignore anyway when sending focus events. part 1 of bug 354768, r=cbarrett sr=pav
|
2007-08-02 16:01:32 -07:00 |
|
enndeakin@sympatico.ca
|
e21b126363
|
Bug 385269, no caret in textboxes inside a popup,r=josh,sr=vlad
|
2007-08-02 11:48:28 -07:00 |
|
joshmoz@gmail.com
|
959d0b9261
|
check 380192 in again, b=388384
|
2007-07-19 12:59:44 -07:00 |
|
joshmoz@gmail.com
|
c0369b28f0
|
back out 380192 to see if it is the cause of a perf regression. b=388384
|
2007-07-19 11:11:54 -07:00 |
|
joshmoz@gmail.com
|
6b92c617ca
|
assorted code style and comment changes, no actual code changes. no bug. sr=sparky
|
2007-07-18 17:56:33 -07:00 |
|
smichaud@pobox.com
|
2f03f78e73
|
Fix several issues with popup windows in Cocoa widgets. b=387164 r=josh+cbarrett sr=pink
|
2007-07-17 13:29:39 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
joshmoz@gmail.com
|
6a97309b9b
|
fix "window resizing in script causes content to be drawn on top of toolbars and tabstrip chrome". b=380192 r=smorgan sr=jst
|
2007-07-06 17:28:29 -07:00 |
|
joshmoz@gmail.com
|
ebf8375adf
|
clean up, consolidate some code. b=383560 r=smorgan sr=pinkerton
|
2007-06-12 13:26:24 -07:00 |
|
joshmoz@gmail.com
|
fb2cfc5f60
|
back out, tree closed
|
2007-06-11 12:31:35 -07:00 |
|
joshmoz@gmail.com
|
3af418c6d3
|
top-level window code cleanup, b=383560 r=smorgan sr=pinkerton
|
2007-06-11 12:24:04 -07:00 |
|
philringnalda@gmail.com
|
27e2dc6fc8
|
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
|
cf1b2fda7d
|
Contextmenu doesn't disappear correctly when Firefox is in background. Also, Firefox doesn't dismiss context menu when it is in the background and a user clicks on another application. b=339945 r=cbarrett sr=roc
|
2007-05-17 19:06:59 -07:00 |
|
joshmoz@gmail.com
|
8da2c1e27f
|
Window position is not persisted (persist="screenX screenY" doesn't work). Patch by Colin Barrett. b=376808 r=josh sr=pinkerton
|
2007-05-10 16:54:05 -07:00 |
|
joshmoz@gmail.com
|
b469d60c85
|
remove unnecessary semicolon in method impl signature. no bug.
|
2007-04-17 15:32:40 -07:00 |
|
joshmoz@gmail.com
|
675b04d082
|
some cocoa widget cleanup. no bug. r=cbarrett sr=pav
|
2007-04-05 17:26:53 -07:00 |
|
joshmoz@gmail.com
|
087aa65283
|
add native resize animation support to nsIDOMChromeWindow. b=347452 r=mento r=jst sr=pav
|
2007-04-05 17:11:41 -07:00 |
|
joshmoz@gmail.com
|
800a0389c0
|
remove app-specific code from tier-9 code. add a pref to handle native popup windows on Mac OS X instead. b=323062 r=smorgan sr=bsmedberg
|
2007-03-30 12:51:51 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|