Commit Graph

5282 Commits

Author SHA1 Message Date
bryner%netscape.com
4dc594aa75 Make sure to set a cursor for our popup windows, since GTK doesn't do this automatically for us (and we don't want it to always inherit the root window cursor). Bug 133387, r=pavlov, sr=blizzard. 2002-05-01 22:41:45 +00:00
pinkerton%netscape.com
af21f3c793 remove portions of smfr's last scrolling optimization. the OffsetRgn calls seem un-necessary and caused problems with redrawing outliners and scrolling while windows overlapped the scrolled widget. r=sdagley/sr=beard. bug# 141249 2002-05-01 22:23:46 +00:00
pinkerton%netscape.com
6235895bd0 Support pasting of CF_HTML flavor. r=brade/sr=alecf. bug#69566 2002-05-01 21:58:38 +00:00
dbaron%fas.harvard.edu
2d7fe2e0eb Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson 2002-05-01 00:17:04 +00:00
tor%cs.brown.edu
09af8e5c54 Bug 53597: gamma correction backout. r=dbaron, sr=brendan 2002-04-30 23:15:52 +00:00
tor%cs.brown.edu
87024f886e Bug 22337: -install option to install private colormap. r=pavlov, sr=brendan 2002-04-30 22:34:34 +00:00
blizzard%redhat.com
fe8a51501b Bug #141239. Remove tabs from code and clean up indenting in the c files. Not part of the build. 2002-04-30 19:29:00 +00:00
blizzard%redhat.com
5e8334177b Bug #121259. gtk2 needs to have maximize/minimize WM hints hooked up. Not part of the build. 2002-04-30 19:03:12 +00:00
mkaply%us.ibm.com
44c25cd11d #140538
r=pedemont, sr=blizzard
OS/2 only - fix some edge cases where file dialog didn't appear, general cleanup
2002-04-29 22:38:03 +00:00
mkaply%us.ibm.com
ea0818540f Hope to fix OS/2 bustage 2002-04-29 22:37:08 +00:00
sdagley%netscape.com
13bca713d5 Fix mach-o bustage introduced with last checkin - NS_TruncNodeName is implemented in nsLocalFileMac which currently isn't part of the mach-o build. 2002-04-29 15:49:49 +00:00
locka%iol.ie
372d7a7e50 Stop crash in mousewheel code when wheel is rolled over another Gecko app window (e.g. mfcEmbed). b=137213 r=bryner@netscape.com alecf@netscape.com 2002-04-29 14:50:58 +00:00
sdagley%netscape.com
f5ad1d9272 Fix #139360 - Don't silently fail when file name from FilePicker >31 characters. Do a mid-trunc until we can switch to HFS+ APIs. r=ccarlen,pinkerton sr=scc 2002-04-29 06:22:55 +00:00
mkaply%us.ibm.com
4461167d71 Extra bracket 2002-04-28 02:17:58 +00:00
blizzard%redhat.com
2285d06df5 Use a common style for all of these files, add comments at the top to enforce that style and remove all the tabs in these files. Not part of the build. 2002-04-27 16:26:10 +00:00
mkaply%us.ibm.com
50deb8426e OS/2 bustage - did I do this right? 2002-04-27 16:16:23 +00:00
mkaply%us.ibm.com
4337cf46c5 Beos bustage - somehow forgot to check this in 2002-04-27 15:36:21 +00:00
mkaply%us.ibm.com
34e976e88d Misspelling 2002-04-27 14:37:42 +00:00
mkaply%us.ibm.com
eb54f03fe8 OS/2 bustage 2002-04-27 13:57:05 +00:00
blizzard%redhat.com
413ebca0d9 Bug #129591. nsWindow::Enabled is a no-op on GTK. Also fixes bug #65521. linux modal dialogs should only freeze parent window (not all windows.) This code is a big cleanup of the event dispatching code, too. r=bryner,sr=jst 2002-04-27 13:50:21 +00:00
hyatt%netscape.com
d583176e6e NPOB. Fix a boolean. Cocoa. 2002-04-27 09:43:44 +00:00
pete.zha%sun.com
efaa3b3093 bug 139726:Duplicate variable definition broken compilers other than gcc
r=pete.zha@sun.com sr=jag
Check in for Jay Yan(jay.yan@sun.com)'s fix
2002-04-27 09:41:46 +00:00
darin%netscape.com
e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
hyatt%netscape.com
f62b7cdc6a Optimize plugin views to be opaque, since they don't need to draw. Check in all the plugin code for cocoa widgets. 2002-04-27 00:19:49 +00:00
pinkerton%netscape.com
84e5053ebb don't pass drags to anything that's one of our views, but not a ChildView
(ie, scrollbars).
2002-04-26 20:24:02 +00:00
blizzard%redhat.com
8139a913c3 Changes related to getting embedding working. Not part of the build. 2002-04-26 17:52:08 +00:00
pinkerton%netscape.com
7548119a41 Can now drop items onto ChildView and they are correctly processed by gecko. Not part of build. 2002-04-25 22:40:00 +00:00
mkaply%us.ibm.com
117a569146 #139852
r=mkaply, sr=blizzard, a=roc+moz
OS/2 only - from Javier Pedemonte - implement ConstrainPosition
2002-04-25 21:03:12 +00:00
seawood%netscape.com
c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
blizzard%redhat.com
744f37489f Bug #81779. Mozilla crashes if you higlight and repeatedly drag text. Return if the source data items aren't available. r=rjesup,sr=shaver 2002-04-24 19:11:59 +00:00
mkaply%us.ibm.com
bba49b51a5 #139219
r=pedemont, sr=blizzard
OS/2 only - handle zorder event
2002-04-24 04:15:37 +00:00
mkaply%us.ibm.com
8d094526f0 #138728
r=pedemont, sr=blizzard
OS/2 only - convert filter names to platform specific charset
2002-04-24 04:13:38 +00:00
hyatt%netscape.com
3777d7b7ae Lowering Cocoa mouse wheel num lines. NPOB. 2002-04-24 00:52:38 +00:00
pinkerton%netscape.com
4008c80d05 add first stage of dragging images. advertise os-native image format to other applications. r=ccarlen/sr=alecf. bug# 138049 2002-04-23 14:24:48 +00:00
pinkerton%netscape.com
cd310bf362 infrastructure to handle dragdrop. Not part of build 2002-04-23 03:55:19 +00:00
hyatt%netscape.com
d60df2ea1b Cocoa scrollbar tweak. NPOB. 2002-04-21 10:04:42 +00:00
hyatt%netscape.com
1c4fee9b74 I so did not mean to check this in. NPOB anyway. Going now to wash my mouth out with soap. 2002-04-20 23:28:10 +00:00
jaggernaut%netscape.com
7e4e14d8c5 Backing out joki's checkin for bug 124990 (at his request) since this breaks some stuff on linux. 2002-04-20 01:48:32 +00:00
hyatt%netscape.com
185bf8bd33 Stop scrollbar crash. Cocoa. NPOB. 2002-04-20 01:30:20 +00:00
hyatt%netscape.com
a66e7bbce0 Enable API for obtaining the real window from a hidden enclosing view. Cocoa. NPOB. 2002-04-19 23:58:36 +00:00
joki%netscape.com
bdfd051dfb Fix for bug 124990, Add additional processing loop for DOM event listeners to allow browser level handlers to be fired after content based listeners. r:saari, sr:jst
Browser based listeners can now registers themselves using the AddGroupedEventListener and passing the system event group (which can be gotten via the nsIDOMEventReceiver interface).  These listeners will now fire after all content based listeners have processed.
In this initial version of the checkin most browser listeners are still left in the original content group for stability purposes.
2002-04-19 02:52:01 +00:00
seawood%netscape.com
97531eb92c Add make -j support to win32 gmake builds.
Bug #132848 r=bryner
2002-04-19 02:42:28 +00:00
chak%netscape.com
5913aadd80 Fix for #135226 - 256 color palettes should be selected as background palettes
(Checking in patch for saari)
r=blythe, sr=waterson, a=adt for checkin to trunk
2002-04-16 20:54:23 +00:00
sfraser%netscape.com
c277c5b35f Fix for bug 127362 -- incremental scrolling gets slower and slower. Make sure that we shift window->visRgn to the correct coordinates before doing region math, and ensure that HandleUpdateEvent() leaves the port in the way that it found it. r=pinkerton, sr=beard. 2002-04-16 19:53:30 +00:00
seawood%netscape.com
ae752d58da Add nsIMacTextInputEventSink to XPIDLSRCS.
Fixing OSX mach-o tinderbox bustage.
2002-04-16 03:54:11 +00:00
ftang%netscape.com
72803f5f10 fix bug 110726. r=ccarlen sr=sfraser a=asa . implement nsIMacTextInputEventSink on nsMacWindow so embdding application can send in Input Method events. 2002-04-15 23:47:05 +00:00
ftang%netscape.com
3dd103527b fix 110726. add new idl for mac embedding r=ccarlen sr=sfraser a=asa 2002-04-15 23:45:27 +00:00
mkaply%us.ibm.com
b25f8d8f9b #59403
r=pedemont, sr=blizzard, a=asa
OS/2 only - beginning of drag/drop
2002-04-15 22:56:31 +00:00
jay.yan%sun.com
93a2cd56ed bug 135663: On Solaris, physical F11 and F12 keys do not map to VK_F11 and VK_F12 keycodes
r=akk, sr=chris blizzard
2002-04-15 03:05:24 +00:00
joki%netscape.com
a5cda6ec41 Fix for bug 78989, force focus events to go their corresponding view as opposed to using coordinate targeting which can be incorrect. r:roc+moz, sr:jst 2002-04-14 21:45:04 +00:00