aaronleventhal%moonset.net
|
7b4facebc5
|
Bug 282588. MozillaContentWindowClass on frames and iframes confuses screen readers. r=ere, sr=neil
|
2005-02-18 14:24:43 +00:00 |
ginn.chen%sun.com
|
cc0dc334c6
|
Bug 172203 Use GTK2 setting to determine if textfields should be selected when tabbed to
patch=andersca at gnome.org r=blizzard sr=bryner
|
2005-02-18 06:13:33 +00:00 |
roc+%cs.cmu.edu
|
dd51e969a4
|
Backing out bug 278353 since it causes Tdhtml to crash
|
2005-02-17 20:22:38 +00:00 |
roc+%cs.cmu.edu
|
30ccd97396
|
Bug 278353. GTK1 needs to fix the z-order of widgets after showing them, because showing them brings them to the top, perhaps undesirably. r+sr=blizzard, a=me
|
2005-02-17 03:12:46 +00:00 |
cbiesinger%web.de
|
088a75db36
|
Bug 108170 [gtk2] make GDK_KP_Separator map to ',' rather than '|'
patch by Alexander Skwar <askwar@digitalprojects.com> r=blizzard sr=bryner
a=caillon
|
2005-02-16 14:21:38 +00:00 |
cbiesinger%web.de
|
dace55dc8e
|
Bug 108170 [gtk1] make GDK_KP_Separator map to ',' rather than '|'
patch by Andreas M. Schneider <c@c07.de> r=caillon sr=bryner a=dbaron
|
2005-02-16 14:18:38 +00:00 |
caillon%redhat.com
|
ce4c5f39f0
|
Bug 282141 - Request base, not bg, from gtk2 for the correct window background color.
r=marco, sr=blizzard, a=asa
|
2005-02-16 13:07:13 +00:00 |
smfr%smfr.org
|
0a5491b169
|
Fix bug 281732: event handling in camino's native popup got broken when screen-relative coordinates in Cocoa widget were fixed (bug 281470), which caused the nsComboboxControlFrame/nsListControlFrame code to start doing mouse capture, and showing the XUL popup. This revealed a bug in nsCocoaWindow, which failed to set the window type in some situations. This change only affects Camino.
|
2005-02-16 05:14:59 +00:00 |
jshin%mailaps.org
|
753fdc8284
|
bug 281184 : When WXG (a Japanese IME) is used, the composition window stays on even after the composition ends : patch by Masayuki Nakano, r=timeless, sr=bz, a=cailon
|
2005-02-15 17:33:11 +00:00 |
smfr%smfr.org
|
2d100575c7
|
Fix bug 282295: drag feedback uses wrong cooridinates in Camino. Remove Cocoa-only #ifdeffed code that reversed the drag region Y coordinate because it's no longer needed after the fix for bug 281470. r=pink. This change only affects Camino.
|
2005-02-15 16:52:20 +00:00 |
marco%gnome.org
|
c4a8af70ad
|
280928 Keep a reference on the window when emitting
events that can cause window destruction, and we need to
access the window after emission
r=caillon sr=blizzard
|
2005-02-14 09:51:25 +00:00 |
amardare%qnx.com
|
6cd049e698
|
Changes for qnx/photon platform only.
Fixed a few compiling error after syncronizing with the head branch.
|
2005-02-13 18:53:19 +00:00 |
dougt%meer.net
|
7dee92f62c
|
bug 271732. Ensures that the file get dialog never returns a dereferenced shortcut. r=bryner, sr/a=dveditz
|
2005-02-11 23:32:03 +00:00 |
roc+%cs.cmu.edu
|
f14c10b3e3
|
Bug 281743. Don't mess around with vestigial GTK2 widgets. r+sr=blizzard, a=dbaron
|
2005-02-10 23:39:44 +00:00 |
sergei_d%fi.tartu.ee
|
59aa5317e6
|
*** empty log message ***
|
2005-02-10 18:55:32 +00:00 |
pedemont%us.ibm.com
|
55703a22b5
|
Bug 246245 - Fix leak. r=sfraser, sr=peterv.
|
2005-02-08 19:28:09 +00:00 |
smfr%smfr.org
|
8ae2ca7e52
|
Fix bug 281470: vertical scrolling is reversed on Google Maps. Fix WidgetToScreen() and ScreenToWidget() to adjust for reversed Cocoa-style screen coords.
Also remove pre-10.2 cruft, an unused function, and fix some warnings. r=pinkerton.
|
2005-02-08 17:34:09 +00:00 |
cbiesinger%web.de
|
2921f451df
|
forward-declare nsIDocShell rather than including the header. 277329 r=roc sr=bz
|
2005-02-05 18:17:10 +00:00 |
timeless%mozdev.org
|
d1c6b9be63
|
replacing fancy bullets (which chardet incorrectly guesses is a chinese character) with asterisks
sr=smfr
not part of the build (the ifdef isn't defined)
|
2005-02-04 22:15:08 +00:00 |
bryner%brianryner.com
|
1733c3ad7c
|
Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron.
|
2005-02-04 21:10:45 +00:00 |
dveditz%cruzio.com
|
05f4488072
|
bug 280522 misplaced null after WideCharToMultiByte conversion. Thanks to
Christian Franke for the nsToolkit.cpp patch (r=dveditz,sr=dbaron).
nsNativeAppSupportWin.cpp patch r/sr=bzbarsky.
|
2005-02-03 23:28:46 +00:00 |
bryner%brianryner.com
|
f5257db823
|
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
|
2005-02-03 23:01:54 +00:00 |
smfr%smfr.org
|
3bf23b0c76
|
Fix bug 280200, patch by <waveridervsnrz@yahoo.co.jp> -- improve IME look and feel by tweaking constants. Also standardized method name case. r=josh, sr=me
|
2005-02-03 07:15:55 +00:00 |
bzbarsky%mit.edu
|
95acd8f9c5
|
Add a way for IME to query the caret position. Bug 278061, patch by
Masayuki Nakano (Mozilla Japan) <masayuki@d-toybox.com>, r=smontagu,glazou,
sr=bzbarsky
|
2005-02-01 19:24:59 +00:00 |
smfr%smfr.org
|
71a47fb75e
|
Remove obsolete native widget files, and do some minor cleanup. Bug 279510, r=pinkerton
|
2005-01-29 02:09:21 +00:00 |
dbaron%dbaron.org
|
13ad340e6a
|
Convert CR-LF and CR linebreaks to LF.
|
2005-01-28 20:01:46 +00:00 |
smfr%smfr.org
|
28a069eac4
|
Fix bug 279510: remove all the pre-Carbon code and TARGET_CARBON #idfefs from widget. Patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net>, r=pink, sr=me
|
2005-01-28 17:59:37 +00:00 |
mkaply%us.ibm.com
|
2dce403f65
|
#280063
r=mkaply
Patch from Rich Walsh - fix some OS/2 drag drop issues
|
2005-01-28 16:10:31 +00:00 |
roc+%cs.cmu.edu
|
271af35b03
|
Bug 261238. Make widget z-ordering a closer approximation to what CSS2 wants. Also make GTK2 actually implement widget z-ordering. r=bzbarsky,blizzard sr=bzbarsky
|
2005-01-27 20:49:47 +00:00 |
smfr%smfr.org
|
f808a9e24f
|
Fix bug 278655: we double-dispatched some mouse events because of the middle-click Carbon Event handler. Fix by making that handler only dispatch middle clicks, and returning noErr only when we think the event has been handled. Patch by yours truly and Steven Michaud <smichaud@pobox.com>, sr=me, r=pink.
|
2005-01-26 04:40:39 +00:00 |
peterv%propagandism.org
|
57614bc61e
|
Fix for bug 277845 (live sheet resizing is broken (regression from bug 223545)). r=pedemonte, sr=smfr.
|
2005-01-25 14:06:59 +00:00 |
timeless%mozdev.org
|
33e3c44350
|
Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows) nsFilePicker::ShowW
r=neil sr=neil
|
2005-01-25 11:57:29 +00:00 |
aaronleventhal%moonset.net
|
6e8cb5458f
|
Bug 279105. International keyboard input completely broken (typed text displays as accented Latin-1). r=ere, sr=roc
|
2005-01-24 03:29:14 +00:00 |
smfr%smfr.org
|
828db3a57e
|
Fix up the code that gets the "AppleKeyboardUIMode" system pref to look at the second bit of the value, rather than the value itself. Also add scope for the fullKeyboardAccessProperty variable, and check the result of CFNumberGetValue. Bug 187508.
|
2005-01-22 06:38:31 +00:00 |
aaronleventhal%moonset.net
|
369c544dfb
|
Bug 279152. Keys swallowe dwhen tpying into a textarea or input, regression from bug 167145. r=caillon, sr=bryner
|
2005-01-20 19:55:48 +00:00 |
bryner%brianryner.com
|
2f29bc1cc5
|
Remove nsIXULContent. Bug 276698, r=sicking, sr=jst.
|
2005-01-19 20:05:02 +00:00 |
aaronleventhal%moonset.net
|
a64e22e276
|
Fixing bustage
|
2005-01-19 03:11:34 +00:00 |
aaronleventhal%moonset.net
|
257db7bba6
|
Bug 167145. When PreventDefault() called for onkeydown event, do the same for onkeypress that follows. r=bryner, sr=neil
|
2005-01-19 02:38:59 +00:00 |
smfr%smfr.org
|
7ec8ec6b07
|
Fix bug 269561: orphaned dropdown left after selecting an item in a combo box. Fix some code in nsMacWindow that could erroneously change the visibility of the window from false to true. r=pinkerton, sr=bzbarsky
|
2005-01-17 23:54:34 +00:00 |
pedemont%us.ibm.com
|
4a2eb05e59
|
Bug 269480 - Zooming uses wrong rect. Patch by ccarlen. r=pinkerton, sr=sfraser
|
2005-01-17 23:21:33 +00:00 |
smfr%smfr.org
|
309c4a671a
|
Fix part of bug 245623: when doing an objdir build, symlink the 'cursors' directory into the objdir so that the Camino Xcode project can pick it up.
|
2005-01-16 21:15:43 +00:00 |
emaijala%kolumbus.fi
|
fb791fa16f
|
Fix for bug 277795: Dropdown lists are rolluped by MS-IME
Patch by Masayuki Nakano
r=emaijala
sr=bzbarsky
|
2005-01-14 19:23:06 +00:00 |
timeless%mozdev.org
|
6be6732cfc
|
Fixing build bustage (sacrificing macro which doesn't work because some methods are implemented by the base class)
|
2005-01-14 14:40:17 +00:00 |
timeless%mozdev.org
|
1354766dd7
|
Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows)
nsFilePicker::ShowW
r=neil sr=neil
removing stray character
|
2005-01-14 12:02:50 +00:00 |
timeless%mozdev.org
|
4faec3ee57
|
Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows) nsFilePicker::ShowW
r=neil sr=neil
|
2005-01-14 11:41:37 +00:00 |
timeless%mozdev.org
|
c87acc6da9
|
Bug 276278 [BeOS] Dropdown boxes are dislocated
patch by Niels.Reedijk@gmail.com r=sergei_d
|
2005-01-14 08:30:53 +00:00 |
bryner%brianryner.com
|
6c4ea68040
|
Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin.
|
2005-01-13 03:25:28 +00:00 |
jshin%mailaps.org
|
ab7e2fd2c5
|
bug 275199 : Cannot reconvert with Japanist(Japanese IME) on WinNT patch by masayuki@d-toybox.com, r=ere, sr=bz, a=asa
|
2005-01-11 04:31:18 +00:00 |
smontagu%smontagu.org
|
0e01388eef
|
Bug 277467: Memory leak in nsLookAndFeel::GetMetric. patch by Asaf Romano <bugs.mano@mail-central.com>, r=joshmoz, sr=sfraser, a=asa.
|
2005-01-09 14:07:24 +00:00 |
neil%parkwaycc.co.uk
|
0a06ddd493
|
Null check followup b=187508 p=bugs.mano@mail-central.com r=pink sr=me a=asa
|
2005-01-07 20:32:26 +00:00 |