Commit Graph

3656 Commits

Author SHA1 Message Date
akkana%netscape.com
861cfd4be5 Fix build bustage, a misplaced #ifdef 2000-04-11 22:59:30 +00:00
akkana%netscape.com
d90456d6c4 34704: Make colors as well as metrics customizable. 2000-04-11 22:34:55 +00:00
pavlov%netscape.com
5dd14170f8 fix for 34651 r=sfraser a=leaf 2000-04-10 22:08:19 +00:00
danm%netscape.com
1ad23c1543 temporarily make all modal dialogs unmodal while a combobox popup is popping. bug 34484. r=pavlov a=leaf 2000-04-10 21:56:04 +00:00
saari%netscape.com
65a82af06f Fixing M15 blocker 34464, crashing mac menu. r=danm, a=leaf, granrose, et al. 2000-04-10 20:48:42 +00:00
cls%seawood.org
51b7d3b4dd Removing unused bitrotted file from BeOS build. Bug #34555. r=pavlov, a=leaf 2000-04-07 19:21:19 +00:00
danm%netscape.com
1122730e8d another tweak for bug 34631 2000-04-06 00:37:51 +00:00
danm%netscape.com
de135388d0 bug 34631 -- host window was forcing itself above popup menus created from clicks in window content. r=saari a=leaf 2000-04-05 23:11:44 +00:00
cls%seawood.org
adef1ac6f6 Minor changes to incoporate OS/2 into our build system. Bug #34106
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
saari%netscape.com
98fe3d4df9 Fixing Mac About menu to reflect Mozilla or Navigator as appropriate. 2000-04-05 04:54:04 +00:00
danm%netscape.com
7e5f9081f7 implementing z-level control. not polished, but functional. 2000-04-05 02:48:29 +00:00
mkaply%us.ibm.com
9fc6c5f51d # 33860
r= mkaply@us.ibm.com
OS/2 bring up - need the proper icon
2000-04-05 02:21:26 +00:00
pavlov%netscape.com
261cd2559d fix for 34473 2000-04-04 23:51:59 +00:00
pavlov%netscape.com
8242fd6791 Make nsIFileURL scriptable and QueryInterfaceable. fix bug #34335 and 34328 and 34470. Minor cleanups on unix file picker dialog 2000-04-04 23:50:41 +00:00
saari%netscape.com
9147c46775 Enable about box from the Apple menu on MacOS. Gotta love those high priority features. 2000-04-04 09:30:15 +00:00
pierre%netscape.com
e35773094b Use the system colors to paint the text selection (and added NS_DONT_CHANGE_COLOR to support the Mac selection scheme where colored text keeps its colors when selected). 2000-04-04 09:07:41 +00:00
cls%seawood.org
f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
Jerry.Kirk%Nexwarecorp.com
6e1a9b7495 Making minor changes to code for new release of Photon 2.
Patch G changed the interface on a few of the functions.
Photon Only.
2000-04-04 00:56:28 +00:00
mkaply%us.ibm.com
7e138ea359 # 33860
r= mkaply@us.ibm.com
OS/2 bringup
2000-04-04 00:07:04 +00:00
mkaply%us.ibm.com
35441515e8 Accidentally backleveld 2000-04-03 23:44:37 +00:00
mkaply%us.ibm.com
54354fa849 # 33860
r= mkaply@us.ibm.com
OS/2 bringup
2000-04-03 23:30:26 +00:00
mkaply%us.ibm.com
89fb427456 # 33859
r= mkaply@us.ibm.com
OS/2 changes for Mozilla - basic OS/2 enablement in widgets
2000-04-03 23:26:11 +00:00
akkana%netscape.com
a0898cd636 Add the XPLookAndFeel calls to the front ends which didn't already have them.
There's no Tinderbox for these platforms; if this causes any problems or
bustage, please contact me and feel free to back out or fix the offending
files.
2000-04-03 22:46:52 +00:00
cls%seawood.org
da66e49516 Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point. 2000-04-02 07:17:25 +00:00
danm%netscape.com
5b4e65b4bc constrain attempts to change z-level 2000-04-01 22:16:43 +00:00
danm%netscape.com
6a19bd15ce add PlaceBehind (other widget) method 2000-04-01 22:10:22 +00:00
danm%netscape.com
40294c50f9 add z-level GUI event 2000-04-01 22:08:47 +00:00
blizzard%redhat.com
3613bf6d99 back out pavlov's checkin since it was causing gtk warnings and possibly causing an orange tree 2000-04-01 21:26:24 +00:00
pavlov%netscape.com
b03e94d1a3 fix a gc leak 2000-04-01 20:11:28 +00:00
cls%seawood.org
fc8d5ec6e6 OS/2 specific Makefile changes. Bug #34106 a=leaf 2000-04-01 10:37:01 +00:00
beard%netscape.com
83960e5b66 fix for bug #34094: turned on USE_TLS_FOR_TOOLKIT, so only 1 per thread will be used, changed nsAppShell::Create(int* argc, char ** argv) to use NS_GetCurrentToolkit(). This is a total blocker for Mac. r=sfraser 2000-03-31 21:43:34 +00:00
pavlov%netscape.com
1428510268 update some comments 2000-03-31 13:49:15 +00:00
pavlov%netscape.com
c3de885804 use weak refs for the rollup widget instead of doing it the way i was before which was suboptimal 2000-03-31 13:44:44 +00:00
pavlov%netscape.com
8220f002ed fix a circular reference problem 2000-03-31 12:48:41 +00:00
pavlov%netscape.com
913851ea3d fix for bug 31856 patch from stric@ing.umu.se 2000-03-31 00:15:18 +00:00
akkana%netscape.com
406070f02b Oops, fix a couple of build problems 2000-03-30 23:02:31 +00:00
akkana%netscape.com
5cfcfb4b82 Oops, fix a couple of build errors. 2000-03-30 22:58:49 +00:00
akkana%netscape.com
a02465af4a 24514, 33417: Make nsLookAndFeel pref'able instead of hardwired. 2000-03-30 22:42:40 +00:00
akkana%netscape.com
21182b1009 Add nsXPLookAndFeel class. 2000-03-30 22:39:50 +00:00
akkana%netscape.com
f2806908fc Let the user look-and-feel paramaters with prefs, bugs 24514 and 33417 2000-03-30 22:32:18 +00:00
saari%netscape.com
57b944d4c0 Implement the ability to remove top level menus on MacOS, essentially just reflecting removal of a content node. r=pink 2000-03-30 01:25:03 +00:00
sfraser%netscape.com
63abcaf4d2 Fix for bug 33742 -- call EventAvail instead of OSEventAvail, and look for udpate events. r=beard 2000-03-29 23:56:30 +00:00
saari%netscape.com
1e7aa5e347 Undoing Pav's early M15 Mac focus regression 2000-03-29 07:20:12 +00:00
sfraser%netscape.com
d58cbd4e51 Another teeny fix. r=pavlov 2000-03-29 02:14:16 +00:00
sfraser%netscape.com
652a3d8597 Comment out a call to GetFilterListArray(), which is not defined. r=pavlov 2000-03-29 02:03:30 +00:00
pavlov%netscape.com
46e63c7063 add filepicker to the widget factory 2000-03-29 01:46:28 +00:00
pavlov%netscape.com
b2d5ba2266 file picker changes 2000-03-29 01:42:45 +00:00
pavlov%netscape.com
9dfcd0fe72 fix for bug 33670 2000-03-29 01:35:24 +00:00
sfraser%netscape.com
36719ce2e9 Added nsFilePicker for Pavlov. r=pavlov. 2000-03-29 01:34:55 +00:00
sfraser%netscape.com
34133e6198 Fix up nsFilePicker for Pavlov. Again. r=pavlov. 2000-03-29 01:33:15 +00:00
scc%netscape.com
896990d841 small changes to clients of string converting APIs 2000-03-26 10:18:25 +00:00
bryner%uiuc.edu
a432077333 Need to make sure of two things before handling the mousewheel message:
- There must be a window under the pointer
- It must be one of our windows

This fixes bug 33181.  r=valeski.
2000-03-26 01:02:31 +00:00
pavlov%netscape.com
266cd2069e update to the new apis 2000-03-24 03:15:33 +00:00
sfraser%netscape.com
38ba3ad9a4 Change the About menu item string in the apple menu from 'About ApprunnerO' to 'About Mozilla'. minor string change, r=mozbot 2000-03-23 23:58:35 +00:00
pavlov%netscape.com
679e95e3c5 change create to init 2000-03-23 07:56:57 +00:00
pavlov%netscape.com
ca6df020e4 change create to init 2000-03-23 07:52:28 +00:00
pavlov%netscape.com
4c965196bb update to use new interface 2000-03-23 07:41:17 +00:00
pavlov%netscape.com
f02fad24dd change filepicker interface for filtering 2000-03-23 07:41:09 +00:00
pavlov%netscape.com
5cfaaa1ec6 updates for filtering 2000-03-23 01:11:34 +00:00
pavlov%netscape.com
5bf5fb1865 fix interface.. apparently it is bad to have an negative size of an array so i have to use an unsigned size 2000-03-23 00:45:46 +00:00
sfraser%netscape.com
8da5f825ba Fix up nsFilePicker for Pavlov. r=pavlov. Not in the build yet. 2000-03-23 00:24:38 +00:00
pavlov%netscape.com
88d44a7652 fix build issues (not really built though) 2000-03-22 23:55:18 +00:00
pavlov%netscape.com
16cee6c8b6 ... 2000-03-22 23:45:20 +00:00
pavlov%netscape.com
cf0d10dec2 ... 2000-03-22 23:41:17 +00:00
pavlov%netscape.com
d97797c68d minor changes 2000-03-22 23:39:22 +00:00
pavlov%netscape.com
0a15601c9b add nsFilePicker for mac (not built yet) 2000-03-22 23:01:44 +00:00
pavlov%netscape.com
6d95b1f5a4 fix small problem with derefing null nscomptr... the compiler should know what I mean, not what I type! 2000-03-22 11:08:36 +00:00
pavlov%netscape.com
cc5a6f5998 add comment 2000-03-22 10:28:26 +00:00
pavlov%netscape.com
5780c4a523 make it go on windows 2000-03-22 10:26:22 +00:00
pavlov%netscape.com
b2ca7fe39a build nsFilePicker on windows 2000-03-22 10:19:48 +00:00
pavlov%netscape.com
a6351bc126 use nsILocalFile instead of nsIFile 2000-03-22 09:17:01 +00:00
pavlov%netscape.com
d947e49141 file picker for the new file picker interface (not built yet) 2000-03-22 07:43:43 +00:00
pavlov%netscape.com
3b40bb3f3e add nsBaseFilePicker to windows build 2000-03-22 07:26:42 +00:00
pinkerton%netscape.com
3b1bbcedf8 added a metric for determining if xul popups should be allowed to display over the menubar/taskbar. r=hyatt. 2000-03-22 02:55:12 +00:00
blizzard%redhat.com
eba3a62672 fix for 26508. when an event that happens on a real GtkWidget and it's the child of a superwin that is being grabbed, temporarily add a GtkGrab to that widget. r=pavlov 2000-03-22 01:45:51 +00:00
akkana%netscape.com
46ace3d54b 23980: convert relative href= and src= to absolute. r=sfraser 2000-03-22 01:33:59 +00:00
waqar%netscape.com
6b07091278 #=25493
d=Added the notify when the mouse comes back into the window.
2000-03-21 23:30:32 +00:00
kmcclusk%netscape.com
4fa8f971ad Added support for crosshair, move, and help cursors b=1916 r=rods@netscape.com 2000-03-21 22:06:29 +00:00
sfraser%netscape.com
e35432ce72 Tweak our call frequency of WaitNextEvent for performance, and fix a bug in mouse moved handling that caused bad refreshes. r=pinkerton 2000-03-21 21:41:05 +00:00
sfraser%netscape.com
3b127beb67 Minor mouse move event handling cleanup. r=pinkerton 2000-03-21 21:39:13 +00:00
sfraser%netscape.com
b58e78f1ff Work in progress for bug 17369 (not activated yet). 2000-03-21 21:38:10 +00:00
sfraser%netscape.com
adb516afcd Remove an extraneous char* from mac widgets in non-debug builds. r=pinkerton 2000-03-21 21:36:33 +00:00
pavlov%netscape.com
6a48b347df use nsIFile instead of nsIFileSpec 2000-03-21 07:03:34 +00:00
danm%netscape.com
b3e16d2c05 clean up window style code. code by roc+moz@cs.cmu.edu 2000-03-21 03:42:00 +00:00
waqar%netscape.com
1f4b3b3742 #=25493
r=pollmann@netscape.com
d=Toolbar elements stay hilited after the mouse has left the window.
2000-03-21 01:45:27 +00:00
sfraser%netscape.com
ae49e85880 Fix a missing break in the menu bar click code. No bug, r=pinkerton 2000-03-20 23:20:12 +00:00
pavlov%netscape.com
a8a5abb86f fix for 32534, 32243. most of the work done for 20901 -- waiting for dependancy to finish. 2000-03-20 22:39:57 +00:00
Jerry.Kirk%Nexwarecorp.com
06a52bd6c6 Fix numeric keypad for Photon. Previous fix caused the main enter key
not to work. PHOTON ONLY.
2000-03-20 14:12:33 +00:00
bryner%uiuc.edu
94ef9dd827 Make sure to initialize the 'isMeta' member of the
struct.  r=jst@netscape.com.
2000-03-18 19:54:40 +00:00
blizzard%redhat.com
0e7f3bb058 fix for #27791. assume that any drag motion events are not valid drop targets unless someone explicitly sets the canDrop = true in the JS event handler. this makes dragging feedback correct on linux. r=pavlov 2000-03-18 05:00:45 +00:00
bryner%uiuc.edu
692007eb81 Handle Win95 MSH_MOUSEWHEEL messages in addition to WM_MOUSEWHEEL
messages.  r=law@netscape.com.
2000-03-18 00:57:23 +00:00
mccabe%netscape.com
a1a082d9b2 Add [noscript] to a number of non-scriptable attributes in [scriptable] interfaces. (They're not scriptable, because they refer to native types.) This is in preparation for a new compile-time check in xpidl to require the [noscript] annotation for attributes, as it is required for methods.
Preparatory to fix to 11454.

r=jband
2000-03-17 23:47:48 +00:00
blizzard%redhat.com
78f623abb8 fix for bug #26508. rewrite the main event hander for gtk to properly handle all the possible grab combinations properly. this should fix problems with scrollbars on popups and on modal dialogs. 2000-03-17 22:05:00 +00:00
pinkerton%netscape.com
ebfba4f468 fix for 29016 (again) don't pass the click through if there is a popup, just roll it up. this is what macOS native context menus do. r=sfraser. 2000-03-17 01:42:19 +00:00
sfraser%netscape.com
c31c5f41d5 File Removed. 2000-03-16 23:04:08 +00:00
sfraser%netscape.com
310f0a83bd Activate repeating timers for the Mac. bug 904. r=pinkerton 2000-03-16 23:02:32 +00:00
sfraser%netscape.com
563646844b Comment out some printfs. r=me 2000-03-16 23:01:04 +00:00
sfraser%netscape.com
f387b95aca First Checked In. 2000-03-16 22:57:02 +00:00
nhotta%netscape.com
afac8c5277 Changed to use do_GetService instead of CreateInstance, bug 30209, r=cata. 2000-03-15 23:31:08 +00:00
sspitzer%netscape.com
f9c35a1ee1 add Delete() to the nsIFileSpec interface. 2000-03-15 07:07:56 +00:00