pinkerton%netscape.com
204b64134e
oops, remove a line used in testing.
2000-09-08 22:28:41 +00:00
pinkerton%netscape.com
29143cac0f
Use an additional layer of filtering based on file type if we fail on the IC check. This catches things that aren't mapped by IC but we still might want to open. Also fix up the event proc to process update events for windows in the bg. r=sfraser, bugs 50312, 51830
2000-09-08 22:27:37 +00:00
tajima%eng.sun.com
7e7dcfd5ec
bug fixing for 3 nsbeta3+ bugs: 45287, 47568, and 47833. r=pavlov, a=waterson
2000-09-08 21:58:44 +00:00
pinkerton%netscape.com
d3f81d1275
remove nsFileWidget.cpp, replaced by nsFilePicker.cpp
2000-09-07 23:11:36 +00:00
pinkerton%netscape.com
0ce2117d4b
removing the file widget (replaced by file picker).
2000-09-07 23:10:08 +00:00
pinkerton%netscape.com
0a4f32d9c7
more api changes for strings
2000-09-07 23:09:22 +00:00
pinkerton%netscape.com
5fb8b5352b
fix bug where we were leaving off the null on our mapping flavor.
2000-09-07 23:08:33 +00:00
pinkerton%netscape.com
5ff4e6ba86
updating a comment
2000-09-07 23:07:09 +00:00
pinkerton%netscape.com
f47a8c5b2e
convert to NS_LITERAL_STRING and fixing some api's.
2000-09-07 23:06:52 +00:00
blizzard%redhat.com
1608621bb1
fix bug #41998 . reset mouse motion variables whenever a drag is started. this should fix the lack of UI events after a drag. r=bryner, a=brendan
2000-09-06 22:37:55 +00:00
sfraser%netscape.com
e12ee16abf
Fix bugs 51368 and 51372 -- use InternetConfig.h from Universal Headers, renaming the IC SDK folder so that CodeWarrior does not search within it. r=pchen
2000-09-06 00:09:04 +00:00
bryner%uiuc.edu
2bec226dc2
Classic skin polish (46613) - make the shadow/highlight colors look right. r=pavlov, ben.
2000-09-05 23:53:03 +00:00
blizzard%redhat.com
95472609c1
fix for bug #45919 . x-remote understands ,noraise now. patch from jeffrey baker. r=me, a=brendan
2000-09-05 20:54:17 +00:00
bryner%uiuc.edu
dc44a8ea93
Classic skin polish (46613) - get the real gtk tooltip color so the tooltips look right. r=pavlov, ben.
2000-09-05 03:42:44 +00:00
bryner%uiuc.edu
671595076f
Classic skin polish (46613) - make the shadows look better on unix by using the 'black' color. r=pavlov, ben.
2000-09-05 02:15:12 +00:00
saari%netscape.com
a1cc2bf219
Working around weird linux widget problem to fix focus bugs. Stabbing in the dark at 26882
2000-09-03 02:15:20 +00:00
scc%mozilla.org
7e0d6386e9
fixing code that relied on implicit string construction
2000-09-03 00:46:03 +00:00
scc%mozilla.org
d895ac4b08
fixing code that relied on implicit string construction
2000-09-03 00:31:01 +00:00
akkana%netscape.com
d543d9051c
36809: don't print nastygrams when copied output is zero length. r=pavlov
2000-09-01 21:40:46 +00:00
mkaply%us.ibm.com
a4f05761e4
OS/2 GCC Tinderbox break
...
Since GCC doesn't have _System, these need to be extern C
2000-09-01 21:12:59 +00:00
mkaply%us.ibm.com
955c70b432
#47874
...
r=mkaply, a=brendan
More fixups to widget - better menu code
Use Window Properties instead of PresParams
Rework subclass stuff to be more like Win
2000-09-01 13:09:21 +00:00
saari%netscape.com
b33dd7226a
recommiting my mac only menu optimizations after the false alarm backout
...
earlier today.
2000-09-01 06:37:57 +00:00
vidur%netscape.com
4a41eee18d
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
mkaply%us.ibm.com
a3333b4414
#47874
...
r=mkaply, a=brendan
More fixups to widget - better menu code
Use Window Properties instead of PresParams
Rework subclass stuff to be more like Win
2000-09-01 01:00:46 +00:00
saari%netscape.com
94a5387c80
backing out my mac menu changes
2000-08-31 19:25:10 +00:00
blizzard%redhat.com
78cb185b89
fixes for bugs 27790 33649 37003 37004 37257 45499 45761 50009 48276. this is a rewrite of much of the DND code for linux. some of the big features include multiple item drags inside of mozilla, support for _NETSCAPE_URL memory leak fixes and tree scrolling during drags. r=pavlov a=brendan
2000-08-31 14:48:14 +00:00
saari%netscape.com
d27521c8bd
Fixes for Mac menu bugs 49576, and 49142. r=pinkerton
2000-08-31 02:26:08 +00:00
mkaply%us.ibm.com
73c0ebbcd1
#47874
...
r=mkaply, a=brendan
Code from jkobal to fix menus rolling up prematurely - straight from Windows
2000-08-30 22:13:20 +00:00
danm%netscape.com
2160d7e608
add 'activate' parameter to nsIWidget::PlaceBehind. bug 22658 r=rods,kmcclusk
2000-08-30 21:21:39 +00:00
pinkerton%netscape.com
d16ec23cc4
fix for bugscape bug 2119. menu bars were not unregistering themselves as document observers when deleted. r=waterson.
2000-08-30 06:45:23 +00:00
bryner%uiuc.edu
1325d7c284
Fixing my build bustage. r=beard.
2000-08-30 04:44:49 +00:00
bryner%uiuc.edu
cfd6bba643
Bug 50664 - string leaks in nsBaseFilePicker. Patch from beard, r=me.
2000-08-30 04:20:08 +00:00
mkaply%us.ibm.com
39e4a86509
r=mkaply, a=brendan
...
Fix for OS/2 menu problem - just don't set owner on most Windows.
2000-08-30 01:15:17 +00:00
pavlov%netscape.com
d4df6f3cb7
fix for us not painting windows from time to time on linux bug #50606 r=blizzard
2000-08-29 23:56:53 +00:00
quy%igelaus.com.au
026e89b8f0
single shot and reusable timers for xlib. Not yet part of build. Thanks to faulkner@igelaus.com.au
2000-08-29 06:20:07 +00:00
quy%igelaus.com.au
e156ab6db9
First Checked In. Not yet part of build
2000-08-29 05:05:32 +00:00
tajima%eng.sun.com
25d86ba8b9
bug fixes for 49148, 43108, and 41786. r=a=pavlov@netscape.com.
2000-08-28 23:48:38 +00:00
quy%igelaus.com.au
405f0674ed
Fixed text hilighting color problem in Xlib. By peter@igelaus.com.au
2000-08-28 23:46:57 +00:00
quy%igelaus.com.au
836edce954
Fixed text hilighting color problem in Xlib. By peter@igelaus.com.au
2000-08-28 23:44:30 +00:00
bryner%uiuc.edu
4ff52ca744
Adding mousewheel support to xlib toolkit. r=quy@igelaus.com.au. Not
...
part of build.
2000-08-28 14:31:09 +00:00
quy%igelaus.com.au
0cbcae33d8
Updating xlib. Not part of the build
2000-08-28 08:50:03 +00:00
quy%igelaus.com.au
034f3f71cc
Updating xlib. Not part of the build
2000-08-28 03:59:17 +00:00
quy%igelaus.com.au
3efc69647f
Updating xlib. Not part of the build
2000-08-28 02:35:35 +00:00
quy%igelaus.com.au
40df4d3e0d
First Checked In. Not yet part of the build
2000-08-27 23:08:26 +00:00
quy%igelaus.com.au
bc78d67f22
Updating xlib. Not part of the build
2000-08-27 22:53:11 +00:00
bryner%uiuc.edu
004897bb10
This is a better fix for 42345. It should fix some of the "window opening
...
offscreen" problems people have been seeing. r=blizzard.
2000-08-26 04:37:47 +00:00
pinkerton%netscape.com
c9bd40259d
include InternetConfig library to fix bustage.
2000-08-25 02:39:44 +00:00
pinkerton%netscape.com
dffa07a917
restructure xp picker to better reuse filtering code. implement filtering on macOS for navServices < 2.0 (bug 43932)
2000-08-25 02:17:53 +00:00
tajima%eng.sun.com
1d159cc9ee
bugzilla=49671, a=waterson, r=katakai
2000-08-24 20:16:50 +00:00
tajima%eng.sun.com
3cd816cc10
bugzilla=43108, a=waterson, r=pavlov
2000-08-24 20:14:58 +00:00
saari%netscape.com
f4ef9a24f5
46938, fire event so we can track when plugins are clicked on. r=rods
2000-08-24 04:53:31 +00:00
saari%netscape.com
3a5bfb349c
For bug 46938, adding event so we can tell when windows created by third party plugins have been activated
2000-08-24 04:49:00 +00:00
shanjian%netscape.com
c99c7166e4
#49342 IME98/IME2000 Reconversion does not work in text area
...
ar=ftang
Reconversion query is added to IME judge macro.
2000-08-24 02:10:28 +00:00
sfraser%netscape.com
1fa95bf824
Fix for 41741, allow resizable dialogs on Mac. Note that we now have a stricter matching between XUL dialog attributes, and the window type. This means that some dialogs that used to have a titlebar now won't have one on Mac, so you should add "titlebar" where appropriate. r=danm
2000-08-24 01:36:46 +00:00
ftang%netscape.com
dc8cdccdd9
fix 41305. r=jfrancis. send correct charcode for contrl key on mac.
2000-08-24 00:12:46 +00:00
mkaply%us.ibm.com
daaff62dae
#49851
...
r=jkobal, a=brendan
Fixing up my crappy code
2000-08-23 01:38:04 +00:00
mkaply%us.ibm.com
30410550ee
#49851
...
r=jkobal, a=brendan
Frame Windows should be owned by the passed in parent, not HWND_DESKTOP
2000-08-23 00:00:57 +00:00
pavlov%netscape.com
679a86367a
fix hang when using apps that use lesstif for the motif clipboard (like nedit) bug 46409. fix for memory leak in clipboard bug 49582. fix for pasting from something like xterm -u8 that uses UTF8_STRING bug 36895 r=blizzard,bruce
2000-08-22 23:51:48 +00:00
rods%netscape.com
845920b113
changed window class to "MozillaWindowClass"
...
b=29487 r=kmcclusk
2000-08-21 21:32:09 +00:00
blizzard%redhat.com
60944dc6a9
back out changes described in bug #46901 since it breaks DOM key press events as described in bug #14856 . a=brendan
2000-08-20 15:51:33 +00:00
gagan%netscape.com
901bb01ec1
fixing for scc.
2000-08-20 08:09:00 +00:00
scc%mozilla.org
4f2c82d5e5
fixing code that relied on implicit string construction
2000-08-19 22:35:49 +00:00
pinkerton%netscape.com
5cb824c0b3
Replaced lots of unnecessary code with OleFlushClipboard() so that we correctly flush
...
the clipboard when the app quits, but only if the data on the clipboard is ours to
begin with. r=scc, bug#49354.
2000-08-19 19:30:52 +00:00
pavlov%netscape.com
b1f1579c0d
fix for wrong cursor when in wait state bug 48839 r=bruce
2000-08-19 06:13:08 +00:00
danm%netscape.com
7ab85b808d
Suppress dispatch of events to collapsed windows. bugs 49007, 48153. r=sfraser@netscape.com. (Note 49007 is expected Mac behaviour, but it seems like a bad thing.)
2000-08-18 22:49:02 +00:00
pavlov%netscape.com
be418fc9fd
removing assertion when aData is null since it will always be null and isn't used (removing small part of akkana's patch for 46643) r=bryner
2000-08-18 05:26:05 +00:00
akkana%netscape.com
4ce3df0257
46643: Attempt to fix intermittent crash when clearing clipboard. r=pavlov
2000-08-18 01:33:09 +00:00
bryner%uiuc.edu
7b23f9fae4
Making saari's debug output #ifdef DEBUG_FOCUS. r=pavlov.
2000-08-18 01:24:57 +00:00
akkana%netscape.com
cdc9a3fc93
Define NS_VK keycodes in terms of nsIDOMKeyEvent keycodes. r=saari. Requires undefining ERROR on Win32, r=cmanske
2000-08-17 21:43:26 +00:00
pavlov%netscape.com
fc79d5eb1c
fir for bug 46729. convert things like smart quotes to normal quotes when pasting as plain text r=pinkerton
2000-08-17 21:37:09 +00:00
bryner%uiuc.edu
424ad62c1c
Fixing bug 42345 - hook up NS_MOVE events when a toplevel window is moved
...
on Linux. Also use get_root_origin instead of get_origin so that we
persist the correct position. r=blizzard.
2000-08-17 20:51:43 +00:00
pinkerton%netscape.com
92abb7ae46
Fix for 48291, r=saari. For internal formats that are not CF_TEXT, eg text/html,
...
treat them like they are unicode and do the fiddling required for win98.
2000-08-17 04:19:14 +00:00
saari%netscape.com
fd05463e4d
fix for nsbeta3+ 43254. r=pinkerton
2000-08-17 03:41:56 +00:00
saari%netscape.com
a5afa65c08
fix for nsbeta3+ 29800; deactivate not firing properly on linux. r=bryner
2000-08-17 03:29:06 +00:00
akkana%netscape.com
5b58ac4fc2
23587: Make accelerator and menu access keys settable through a pref. r=saari
2000-08-17 00:09:16 +00:00
pinkerton%netscape.com
f516d702d3
Don't break VC5 (yawn). 48862, a=waterson
2000-08-17 00:02:38 +00:00
dbaron%fas.harvard.edu
548f7fa311
Fix string leaks from nsWindow::SetTitle. r=pavlov b=49148
2000-08-16 23:18:33 +00:00
kmcclusk%netscape.com
19da9d3d11
Suppress nsWidget::Move if the window is already at location specified b=44476 (p=Tomi.Leppikangas@oulu.fi) r=syd@netscape.com
2000-08-16 22:58:15 +00:00
kmcclusk%netscape.com
e9df7a94e9
Suppress nsWindow::Move if the window is already at location specified b=44476 (p=Tomi.Leppikangas@oulu.fi) r=syd@netscape.com
2000-08-16 22:53:32 +00:00
dbaron%fas.harvard.edu
ec06cd0efe
Add newline to end of file to fix HP bustage.
2000-08-16 03:26:51 +00:00
pinkerton%netscape.com
ab78866eab
put code in InvokeDragSession() to turn off mouseCapture when the drag begins. moved code that finds a frame from a DOM node from mac code into base class. bug 48250.
2000-08-16 01:46:34 +00:00
sfraser%netscape.com
e4db29d58e
Fix for 34741 -- command-drag background windows when a dialog is up. r=danm
2000-08-15 19:14:04 +00:00
pinkerton%netscape.com
85ccc95340
part of fix for 47105, clear canDrop every time we dispatch a dragOver event. it will be set accordingly if it is meant to be.
2000-08-15 18:22:39 +00:00
valeski%netscape.com
0e9d08093b
26719. applying patch for bns_robson@hotmail.com to fix handle leak. r=valeski
2000-08-15 01:35:30 +00:00
pinkerton%netscape.com
55adb35a82
Remove Start/StopTracking methods.
2000-08-09 07:45:12 +00:00
pinkerton%netscape.com
11b00bec15
Stop using dragtracker (bug 43428)
2000-08-09 07:43:12 +00:00
pinkerton%netscape.com
f4e193a66d
Stop using dragTracker (bug 43428)
2000-08-09 07:41:31 +00:00
pinkerton%netscape.com
058c6f476e
stop using dragTracker (bug 43428).
2000-08-09 07:40:54 +00:00
pavlov%netscape.com
9f4da2ac95
additional removal of static nsCOMPtrs for bug 43580 r=scc
2000-08-09 05:28:45 +00:00
pavlov%netscape.com
accfc88901
avoid pulling the event out of the queue and putting it right back when typing.. working on linux performance bug 26502 r=beard
2000-08-09 05:16:17 +00:00
mkaply%us.ibm.com
d149145bf8
#47874
...
r=mkaply, a=brendan
Remove unused widget files
2000-08-07 21:40:45 +00:00
mkaply%us.ibm.com
40dd747e01
#47874
...
r=mkaply, a=brendan
remove obsolete nsTooltip* files
2000-08-07 20:56:20 +00:00
mkaply%us.ibm.com
ad40304b6e
#47874
...
r=mkaply, a=brendan
nsFontServices is not used
2000-08-07 20:53:28 +00:00
mkaply%us.ibm.com
1ade66e400
#47874
...
r=mkaply, a=brendan
Bring nsToolkit up to par with the Windows code
2000-08-07 20:51:47 +00:00
mkaply%us.ibm.com
b30518847b
#47874
...
r=mkaply, a=brendan
Bring nsLookAndFeel up to par with the Windows code
2000-08-07 20:48:09 +00:00
mkaply%us.ibm.com
d4bf18b008
#47874
...
r=mkaply, a=brendan
Bring nsSound up to par with the Windows code
2000-08-07 20:47:05 +00:00
pierre%netscape.com
16c3530773
Bug 38445: Complete support of CSS2/3 cursors on Mac
2000-08-04 23:40:10 +00:00
shanjian%netscape.com
72e05ca92f
#14022 IME98 Reconversion does not work in HTML Editor
...
r = jfrancis
a = ftang
fix proposed by m_kato@ga2.so-net.ne.jp
New events are added to support reconversion. As a result, many files
are affected. They are:
editor:
nsEditor.h nsEditor.cpp nsEditorEventListeners.cpp nsEditorEventListeners.h
nsHTMLEditor.h nsHTMLEditor.cpp nsIEditorIMESupport.h
dom and layout:
nsIPrivateCompositionEvent.h nsDOMEvent.h nsDOMEvnet.cpp nsEventListenerManager.cpp
nsIDOMCompositionListener.h
widget:
nsGUIEvent.h nsWindow.h nsWindow.cpp
2000-08-04 21:43:29 +00:00
blizzard%redhat.com
cb53425bce
fix for bug #26509 . in nsIWidget::Show() try to grab if the last grab attempt wasn't successful since in unix the window has to be visible to complete a grab. context menus shouldn't travel to seperate desktops now. r=pavlov, a=waterson
2000-08-04 20:42:11 +00:00
danm%netscape.com
8c621cd5ae
(empty) implementations of new nsIWidget method ConstrainPosition. bug 31516 r=saari@netscape.com
2000-08-04 14:49:36 +00:00
danm%netscape.com
e01c90753a
implement new method ConstrainPosition. bug 31516 r=saari@netscape.com
2000-08-04 14:48:33 +00:00
danm%netscape.com
53b3150392
new method ConstrainPosition provides implementation-dependent on-screen check for top-level windows. bug 31516 r=saari@netscape.com
2000-08-04 14:47:46 +00:00
pavlov%netscape.com
40c49f2423
removing an ifdef DEBUG_pavlov printoutlotsofstuff line
2000-08-04 06:02:42 +00:00
pinkerton%netscape.com
835edbc00a
Damn, forgot to check this in too
2000-08-03 22:48:07 +00:00
pinkerton%netscape.com
77db1bab66
part of fix for 46001, support |collapsed| attribute in addition to |hidden| to hide mac menus.
2000-08-03 22:09:00 +00:00
ftang%netscape.com
51752f35b3
fix bug 46684 r=nhotta a=ftang convert unicode to file system charset
2000-08-03 22:07:14 +00:00
pinkerton%netscape.com
d93bedaa03
Actually set the modifier keys before dispatching d&d event into gecko. r=bienvenu, bug#47195
2000-08-03 22:06:10 +00:00
pinkerton%netscape.com
1d8c342715
Fix for 47413, better impl of ResolveShortcut() thanks to sean@beatnik.com a=waterson
2000-08-03 22:05:09 +00:00
pinkerton%netscape.com
bf88f8440b
Most of fix for 37412. Expand d&d so that when we're asking for a url and
...
don't have one, we check if a file is being dropped. If so, either give
the file:// url or read in the InternetShortcut.
2000-08-03 00:47:36 +00:00
pinkerton%netscape.com
2cd11d8c7e
Fix for 40890, pin mouse to center of translucent drag to avoid large gaps between the mouse cursor and the item being dragged. r=sfraser
2000-08-03 00:43:28 +00:00
sfraser%netscape.com
c92245be0a
Fix bug 34741 -- command-drag should not activate windows. r=pinkerton
2000-08-02 00:30:41 +00:00
saari%netscape.com
932cda49ba
fix for nsbeta3+ 37301, dynamically created menus crash on MacOS. r=pinkerton
2000-08-01 22:11:11 +00:00
brade%netscape.com
4d98f8a9b1
initialize menuhandle to null; r=sfraser; bug #45245
2000-08-01 09:06:25 +00:00
cls%seawood.org
1497d2d1b1
Snarf'd gtk's NS_GetCurrentThread() implementation.
2000-08-01 06:02:28 +00:00
pinkerton%netscape.com
9fb2c9c95f
Fix for 38359, reset cursor to arrow before invoking d&d.
2000-08-01 00:32:17 +00:00
bryner%uiuc.edu
2794897c33
Patch from blizzard to fix 45808 (unable to get focus in file input
...
textfield on Linux). r=me.
2000-07-31 23:00:28 +00:00
pinkerton%netscape.com
0aabac67f5
for bug 39326, don't send the drop event to gecko if the canDrop is false on the drag session.
2000-07-31 22:54:03 +00:00
sfraser%netscape.com
a24c68f7a3
Fix for bug 47084 - assertion because GetElementById was sometimes called with an empty string. r=pinkerton.
2000-07-31 21:47:44 +00:00
pinkerton%netscape.com
e7a6b089b3
Make the document where the drag originated available from the drag session. bug 39326
2000-07-31 20:51:42 +00:00
pavlov%netscape.com
b33099dc0c
fix for creating too many nsToolkit objects on unix bug 16328 r=cls
2000-07-30 03:39:42 +00:00
pavlov%netscape.com
a2d36ee061
fix for mem leak bug 43580 r=slamm
2000-07-28 23:59:37 +00:00
pavlov%netscape.com
36c3424298
fix for clipboard crash bug #46195 r=slamm
2000-07-28 23:56:43 +00:00
pinkerton%netscape.com
94bf195712
fix for bug 29569, truncating mac menus better. Also pushes around and refactors a lot of our ugly i18n font code. r=sfraser.
2000-07-28 23:12:43 +00:00
anthonyd%netscape.com
c8844de491
bug fixes:
...
39529 - caret width not correct for single/muti line textfields, which relied on:
46445 - nsLookAndFeel needs to be a service.
r: mjudge@netscape.com , kin@netscape.com
a:beppe
2000-07-28 22:12:45 +00:00
attinasi%netscape.com
95c41c6f32
Fix for bug 36849: Script animation that changes location and clip simultaneously no longer will flicker.
...
Checking in (for Robert O'Callahan) a change to the event priorities: reverting to standard priorities.
This was tested for weeks by several individuals with no bad effects reported. b=36849 r=attinasi
2000-07-28 21:58:14 +00:00
blizzard%redhat.com
377a27c449
XSync after doing a window scroll. visually, this looks a lot better and is an improvement for scrolling on linux. patch from imoT r=me
2000-07-28 04:32:22 +00:00
saari%netscape.com
6c4f6046c0
Mac fix that derived out of 43470. r=danm
2000-07-28 03:47:55 +00:00
sfraser%netscape.com
c7f747c79d
Fix menu ordering on hide/show menus, bugs 45798, 29835, 45874, and 45914. r=saari, pinkerton.
2000-07-28 00:45:56 +00:00
pinkerton%netscape.com
d74b58010f
Fix for bug 46223, not being able to accept drops from other applications. Basically,
...
when a drag came in from outside, the drag service was never being notified and a drag
session was never being created. Fix is to use the Start/EndDragSession() methods which
were designed for just this situation. r=hyatt
2000-07-26 04:03:42 +00:00
mkaply%us.ibm.com
8b0ccc64d0
#46428
...
r=mkaply, a=brendan
Numeric keypad performs cursor actions in addition to inputting text
2000-07-25 22:46:57 +00:00
mkaply%us.ibm.com
903839fb17
#45603
...
r=mkaply, a=brendan
Fix for mouse not working in context menus
2000-07-25 20:25:40 +00:00
brade%netscape.com
6b501bfef7
don't disable shift flag if any other modifiers are pressed and the key isPrintable (is a character); r=akkana, ftang; bug #46004
2000-07-25 14:12:39 +00:00
sfraser%netscape.com
b2bfd3d46e
Fix for bug 20743 -- implement a memory cushion for Mac, to better handle low memory conditions. r=pinkerton
2000-07-25 01:04:55 +00:00
pinkerton%netscape.com
737dd1b93a
little patch for 45307, overlays leaving "b"'s as submenu titles. try to make them disabled if we do get them. r=saari.
2000-07-20 21:47:36 +00:00
sfraser%netscape.com
e9ee58210a
Fix for blank windows on Mac bug 42289. Ensure we only validate regions which we've painted. r=pinkerton
2000-07-20 00:13:06 +00:00
mkaply%us.ibm.com
a21ca24432
# 44864
...
r = mkaply, a = brendan
AltGr not working on OS/2
2000-07-19 00:06:15 +00:00
pinkerton%netscape.com
76aa68a79c
fix for 45238, add kung-fu death grip on widget while we're processing the event. r=saari.
2000-07-17 22:00:30 +00:00
pinkerton%netscape.com
bf122203f1
Temp workaround for bug 44369, r=saari. Don't deal with images on the clipboard that aren't
...
8 or 24 bits (sigh).
2000-07-17 21:49:12 +00:00
blizzard%redhat.com
4d08e630ba
fix focus problems documented in bug #45351 . make sure that key press events are not passed to mozilla windows when an external gtk widget has focus and make sure that key press events are passed to mozilla when it has focus and a key press event happens outside of its windows. r=pavlov a=waterson
2000-07-13 11:48:28 +00:00
dougt%netscape.com
c422448137
bug 40750.
...
Adding followSymlink flag to nsILocalFile.
Adjusting callers.
windows shortcut optimizations.
r=blizzard@mozilla.org .
a=brendan@mozilla.org
2000-07-12 23:31:31 +00:00
mcafee%netscape.com
906c14b57e
Removing mcafee from debug output. r=pavlov
2000-07-11 22:49:22 +00:00
blizzard%redhat.com
f45012ab2e
fix for bug #44116 . rewrite gtk focus handling. r=pavlov,akk a=brendan
2000-07-11 21:57:43 +00:00
pavlov%netscape.com
5217a5b24c
gtkxtbin fixes for unix plugin crasher bug 37477 r=blizzard
2000-07-11 21:43:18 +00:00
blizzard%redhat.com
035133ee53
fix memory leak in scrolling code. make sure to destroy a temporary region before jumping to the end of the function. a=brendan
2000-07-11 20:56:35 +00:00
ftang%netscape.com
b7727bf6a8
fix bug 39902. check in for m_kato@ga2.so-net.ne.jp a=waterson r=ftang
2000-07-11 06:10:38 +00:00
mkaply%us.ibm.com
1641092c0c
r=cls, a=brendan
...
Because of the raptor to gk change, we don't need SHORT_LIBNAME
2000-07-10 21:08:54 +00:00
Jerry.Kirk%Nexwarecorp.com
cbc3534039
NOT PART OF BUILD - PHOTON ONLY
...
Various fixes to make it draw again from Brian Edmond of QNX
r=kirkj
2000-07-07 21:49:05 +00:00
colin%theblakes.com
dc65a9291f
Need to link against MOZ_JS_LIBS. r=cls
2000-07-06 20:13:57 +00:00
rods%netscape.com
5772c78374
an extra keypress was being generated for semicolon, equals, comma, period, slash
...
it now checks to makes it isn't one of these keys
alos, the subtract key is it's very own special key and is handled separately
b=44189, r=brade
2000-07-06 13:16:22 +00:00
mkaply%us.ibm.com
15461953e2
# 42637
...
r = mkaply, a = brendan
OS/2 bring-up - Need header file for Henry's changes
2000-07-06 02:52:58 +00:00
pinkerton%netscape.com
72354eed78
when passing drag event into gecko, correctly compute offset to child widget. r=damn bug 43405
2000-07-05 23:14:14 +00:00
mkaply%us.ibm.com
a271ea2d06
#42637
...
r = mkaply, a = brendan
OS/2 bringup - remove obsolete widgets, begin font work, get filepicker working
2000-07-05 19:53:21 +00:00
mkaply%us.ibm.com
a8a0580ef5
#42637
...
r=mkaply, a=brendan
Support for subkeyboard types, like Dvorak
2000-07-05 13:37:09 +00:00
blizzard%redhat.com
6bdc8fb68c
fix for bug #43305 . reduce the number of paints and fix leaking items into a linked list when scrolling. this should make linux a little faster. r=bryner,pavlov,imoT a=brendan
2000-07-04 19:05:47 +00:00
cls%seawood.org
33938e6100
Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner
2000-07-02 18:44:42 +00:00
cls%seawood.org
e1e6c5760f
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
mkaply%us.ibm.com
968cd2d89a
#42637
...
r = leaf, a = leaf
Accidental bloat on pointer file
2000-06-28 16:51:24 +00:00
evaughan%netscape.com
297d1f104a
Clean up for autoscrolling menu landing. ScrollBox events need their own type and should not be
...
on top of menu events.
-r hyatt
2000-06-28 00:00:18 +00:00
bryner%uiuc.edu
1ed22b5fa7
Fixing bug 43939 - timer leaks on Linux. r=scc.
2000-06-27 23:25:32 +00:00
mkaply%us.ibm.com
48de886023
#42637
...
r=mkaply, a=brendan
OS/2 bringup - Makefiles to build RC files for objdir and non objdir builds
2000-06-27 22:07:30 +00:00
mkaply%us.ibm.com
8413f275ba
#42637
...
r=mkaply, a=brendan
OS/2 bringup - Need to increment appshell refcount to prevent crash
2000-06-27 21:39:05 +00:00
mkaply%us.ibm.com
00eac8b118
#42637
...
r=mkaply, a=brendan
OS/2 bringup - Handle failure return from WinGetMsg
2000-06-27 21:38:07 +00:00
Jerry.Kirk%Nexwarecorp.com
84bc03fc95
Changes to allow the Photon version of Mozilla to not be a
...
MONOLITHIC_TOOLKIT any longer.
r=cls
2000-06-27 02:45:09 +00:00
law%netscape.com
c1dac42385
Fix for bug 43892; properly calculate unicode string length; r=matt@netscape.com
2000-06-27 01:30:23 +00:00
cmanske%netscape.com
9613da0b84
Added flag to be sure file exists when loading a file using Windows filepicker. part of fix for 43834, r&a=rods
2000-06-26 21:16:01 +00:00
Jerry.Kirk%Nexwarecorp.com
cf0ee60100
NOT PART oF BUILD - PHOTON ONLY
...
Made the timers for photon work as a component by defining
NS_TIMER_PH_CID and changing the component name to the new name.
2000-06-26 20:37:03 +00:00
mkaply%us.ibm.com
7eea74cc5d
#42637
...
r=mkaply, a=brendan
OS/2 bring up - Change window list behavior to be more like Windows - windows are only in the task list if they are visible
2000-06-26 19:54:19 +00:00
mkaply%us.ibm.com
aa22635c5e
#42637
...
r=mkaply, a=brendan
OS/2 bring up - Fixes for our cursors
2000-06-26 19:52:41 +00:00
bryner%uiuc.edu
901fb65698
Oops, need to check for microseconds overflow into full seconds. bug
...
43789. r=pavlov.
2000-06-26 06:46:01 +00:00
pavlov%netscape.com
e9831c7aba
fix for timers not firing accurately bug 43789. r=blizzard, syd, bryner
2000-06-26 05:58:17 +00:00
waqar%netscape.com
c0a9cad1b9
#=24871
...
r=pavlov@netscape.com
d=New timer code for GTK. This should speed up navigation quite a bit.
2000-06-23 20:54:02 +00:00
mkaply%us.ibm.com
2f02789050
#42637
...
r=mkaply, a=brendan
OS/2 bring up - Menus sometimes not drawing correctly
2000-06-23 14:38:08 +00:00
evaughan%netscape.com
807778bd44
Autoscrolling menus feature landing #32730
...
-r hyatt, saari
2000-06-23 05:15:04 +00:00
law%netscape.com
206aa212d6
Fix for 42384; make sure to deallocate using right method; r=bryner
2000-06-22 23:17:03 +00:00
mkaply%us.ibm.com
4e0a862f81
#42637
...
r=mkaply, a=brendan
OS/2 bring up - Make menus disappear when frame is clicked on
2000-06-22 14:00:16 +00:00
mkaply%us.ibm.com
5c79d2418c
#42637
...
r=mkaply, a=brendan
OS/2 bring up - Make submenus appear
2000-06-22 13:59:05 +00:00
pinkerton%netscape.com
182ec14cfa
Adding drag auto-scrolling to trees. bug 28226, r=hyatt
2000-06-22 08:41:49 +00:00
pinkerton%netscape.com
73fe60370a
Adding drag auto-scrolling to trees, bug#28226, r=hyatt
2000-06-22 08:41:16 +00:00
pinkerton%netscape.com
ee612cb05b
Add drag auto-scrolling to trees. bug#28226, r=hyatt.
2000-06-22 08:40:37 +00:00
danm%netscape.com
40f3672db1
tracking change of name of window.content to _content. (bug 33650) r=hyatt
2000-06-22 00:48:45 +00:00
bryner%uiuc.edu
e69f466c86
First part of fix for 42345. Also fixes 42035. r=pavlov.
2000-06-22 00:39:49 +00:00
blizzard%redhat.com
966f92deaf
string library vs. gcc 2.7.2. Round 3. Fight!
2000-06-21 21:09:54 +00:00
blizzard%redhat.com
deeefd3239
try to fix solaris
2000-06-21 20:22:55 +00:00
blizzard%redhat.com
029ade4597
fix for bug #42031 . fix string leaks in moz remote code that I caused. r=waterson,scc a=waterson
2000-06-21 19:20:44 +00:00
Jerry.Kirk%Nexwarecorp.com
79a661258f
NOT PART OF BUILD - PHOTON ONLY
...
Small fix to remove GetCurrentSession method
2000-06-21 14:08:53 +00:00
pinkerton%netscape.com
3c6ba4953b
adding nsIDragTracker.idl bug #28226
2000-06-21 03:46:22 +00:00
pinkerton%netscape.com
380897ef1c
add NS_IS_DRAG_EVENT macro r=saari, bug 28226
2000-06-21 03:43:40 +00:00
pinkerton%netscape.com
0c95c6dddf
add nsIDragTracker.idl bug #28226
2000-06-21 03:38:07 +00:00
pinkerton%netscape.com
459468917a
add nsIDragTracker.idl
2000-06-21 03:37:32 +00:00
pinkerton%netscape.com
d5c25e2303
First Checked In.
2000-06-21 03:36:59 +00:00
pavlov%netscape.com
f6ad54ec60
forgot this file...
...
patch from Scott Schram (scott@ruthie.com ) to add css2/3 cursor support on unix (bug 38444) a=brendan
2000-06-21 00:11:42 +00:00
bryner%uiuc.edu
b11ae23d92
Fixing bugs 33549, 34033. r=pavlov.
2000-06-21 00:05:55 +00:00
beard%netscape.com
5cca8adbe7
bug #42100 , Carbon compatibility. r=gordon, saari, pinkerton, sfraser
2000-06-20 23:10:06 +00:00
mkaply%us.ibm.com
508fe4c346
#42637
...
r=mkaply, a=brendan
OS/2 bring up - Trap when typing in URL bar
2000-06-20 13:24:52 +00:00
mkaply%us.ibm.com
435d518222
#42637
...
r=mkaply, a=brendan
Makefile change to build timer
2000-06-20 13:22:43 +00:00
mkaply%us.ibm.com
7b18e753a4
#42637
...
r=mkaply, a=brendan
Remove OS/2 debugging messages during bringup
2000-06-20 13:21:22 +00:00
saari%netscape.com
875acdfba6
foundation for fixing 42553, r=danm
2000-06-20 00:44:55 +00:00
Jerry.Kirk%Nexwarecorp.com
9cff2d8260
Not Part of Build... PHOTON ONLY
...
Changed photon widget to be a component like gtk.
Had to comment out some printing support in GFK because of Photon library bugs.
2000-06-19 12:01:21 +00:00
sfraser%netscape.com
ebebf4829d
Fix the menu code to not hold onto webshells, and to use weak refs for the previous menu stack etc. This allows menus to be cleaned up properly on quit (look ma, no leaks!). Bug 41695. r=saari, pinkerton
2000-06-17 03:38:00 +00:00
pavlov%netscape.com
150d4fcdc9
patch from Scott Schram (scott@ruthie.com) to add css2/3 cursor support on unix (bug 38444) a=brendan
2000-06-16 21:54:47 +00:00