Commit Graph

3374 Commits

Author SHA1 Message Date
Jerry.Kirk%Nexwarecorp.com
c661f45176 I had to add back in native buttons and text widgets so viewer would work... 2000-02-03 01:54:39 +00:00
Jerry.Kirk%Nexwarecorp.com
4208980c7f Removing clip.c becuase we no longer have to override the clipping
functions that are built into Photon. Also don't build the native widgets
that mozilla no longer uses.
2000-02-03 01:07:21 +00:00
Jerry.Kirk%Nexwarecorp.com
3f0a372df8 Comment out all the native widgets that mozilla is no longer using
to reduce the size of the shared library.
2000-02-03 00:08:54 +00:00
nhotta%netscape.com
447bdc0536 Added charset conversin from unicode to file system charset, bug 23384, r=ftang. 2000-02-02 23:04:12 +00:00
brade%netscape.com
27ca515c4c fix access paths for move to CW5 (bug #25949) 2000-02-02 22:45:39 +00:00
brade%netscape.com
cf2942660c reorder processor directives so this file will compile on Mac 2000-02-02 22:39:43 +00:00
rods%netscape.com
98b27da727 added back in the label and checkbutton classes to support the viewer's testing dialogs
b=26195 r=dcone
2000-02-02 15:43:54 +00:00
rods%netscape.com
cd2e9f17fe <ctrl>= no generates the correct key code on up and down and is not filtered out
as double byte on press.
r=brade b=5716
2000-02-02 15:00:59 +00:00
nhotta%netscape.com
e3edc771e2 Disabled assertsions for charset conversion failure. 2000-02-02 00:01:53 +00:00
alecf%netscape.com
fddc68ee7c fix xlib bustage (not part of build) 2000-02-01 23:51:46 +00:00
pinkerton%netscape.com
ff5704575e native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc. 2000-02-01 22:26:21 +00:00
scc%netscape.com
bca9589968 removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pavlov ... who claims this shouldn't effect other platforms; but I'm watching anyway 2000-01-31 23:43:56 +00:00
Jerry.Kirk%Nexwarecorp.com
59f0c10c58 Removing old version of Photon timers. The new one has been moved
under the unix directory.
2000-01-31 23:17:55 +00:00
rods%netscape.com
9741e0faee reviewing native widgets from build
r kmcclusk, bug 17029 (windows only)
2000-01-31 22:53:35 +00:00
nhotta%netscape.com
7625da2bb8 Added conversion from unicode to file systme charset, bug 24948, r=ftang. 2000-01-31 21:23:04 +00:00
nhotta%netscape.com
74f2070498 Added charset conversion between unicode and file systme charset, bug 23384, r=ftang. 2000-01-31 21:22:10 +00:00
ftang%netscape.com
13e54cc8d1 fix leakage of the widget in OnKey 2000-01-30 23:52:35 +00:00
blizzard%redhat.com
46504af383 add new drag session for gtk 2000-01-30 09:59:57 +00:00
pinkerton%netscape.com
a7c192941f Make it such that clients of the clipboard/d&d only need to work with the text/unicode flavor and not text/plain. The conversion to text/plain for the native OS (in the correct charset encoding for the platform) is now done w/in the native clipboard/d&d implementations. 2000-01-29 20:24:50 +00:00
saari%netscape.com
889fb4dea4 Fix for bug 25582. r=pinkerton 2000-01-29 03:58:47 +00:00
danm%netscape.com
122b4bfa0f continue to suppress activation of the rollup widget window, but don't eat the message. bug 23739. r:kmcclusk 2000-01-28 23:37:36 +00:00
Jerry.Kirk%Nexwarecorp.com
c2cca205df Fix problem where you could not scroll a web page that had a combo
box widget on it. PHOTON UI only.
r=kedl
2000-01-28 15:35:00 +00:00
michael.lowe%bigfoot.com
27bc1aee93 Final Windows timer optimisation work, for now 2000-01-28 14:01:42 +00:00
ftang%netscape.com
7cbe38de99 fix bug 24614 24615 and 20932. Move OnKey to nsWidget from nsWindow and rename it OnInput. Add OnText and OnComposition for text and composition event. remove duplicate XIC spot update code. Make the IME event go through the same code
which deliever key event so the focus will be correct. r=erik
2000-01-28 01:09:26 +00:00
nhotta%netscape.com
7743e8774e Added charset conversin between unicode and file system charset, bug 23384, r=ftang. 2000-01-28 00:30:51 +00:00
Jerry.Kirk%Nexwarecorp.com
1fd44aba9d This switches over from the old style Photon timers to the new
style that have been moved under the unix directory.
r=cls
2000-01-27 03:35:19 +00:00
Jerry.Kirk%Nexwarecorp.com
882f23db3f Took out eMetric_SubmenuDelay by mistake, this re-adds it back in.
This was for Photon UI only
r=kedl
2000-01-27 03:20:46 +00:00
Jerry.Kirk%Nexwarecorp.com
96fe780ab2 Initial check-in of Photon timers that support the new features
like priority and repeatability.
2000-01-27 03:17:18 +00:00
saari%netscape.com
c2981cef58 fix for 14346, 21854, 24380 and other caret bugs. r= hyatt, brade for the mac menu stuff. 2000-01-26 22:41:43 +00:00
tbogard%aol.net
9ff1eab051 Updated some comments/ documentation. 2000-01-26 06:24:04 +00:00
pavlov%netscape.com
eacb46dd30 "oops" -- leak found by Jerry Kirk r=me,blizzard,etc 2000-01-26 02:43:32 +00:00
danm%netscape.com
91ed4c8bbd ensure top-level window's bounds are always reported in local coordinates, even in the middle of a window move. bug 24326. r:pinkerton. 2000-01-26 02:29:50 +00:00
Jerry.Kirk%Nexwarecorp.com
bbcb26e1ab Add the Init method to the class and add some debug for future use
for Photon only.
2000-01-25 14:23:29 +00:00
Jerry.Kirk%Nexwarecorp.com
3783ba1dec Check in some type casts to fix warnings and some changes to support
Photon 2
r=kedl
2000-01-25 04:03:48 +00:00
Jerry.Kirk%Nexwarecorp.com
7ad02737b9 Add some typecasts to eliminate warnings.
Adding some code to optimize performance under PHOTON2
r=kedl
2000-01-25 03:52:53 +00:00
Jerry.Kirk%Nexwarecorp.com
6b9f8405c3 Landing nsIFile. 2000-01-25 03:24:36 +00:00
pinkerton%netscape.com
2b4523cf01 removing a printf in SetBounds() i left in somehow. 2000-01-25 03:11:49 +00:00
syd%netscape.com
382502a6c1 Minor structural changes to nsSound, r=sfraser 2000-01-25 03:01:35 +00:00
syd%netscape.com
02c4cf8433 Reorganization of nsSound, r=sfraser 2000-01-25 03:00:57 +00:00
sfraser%netscape.com
b8db1990f8 Fix sound playing to be more efficient. r=syd 2000-01-25 03:00:03 +00:00
syd%netscape.com
531fc71b25 Changes for nsSound mods. r=sfraser 2000-01-25 02:58:40 +00:00
Jerry.Kirk%Nexwarecorp.com
7711665b92 Add the eMetric_SubmenuDelay option.
r=kedl
2000-01-25 02:50:00 +00:00
Jerry.Kirk%Nexwarecorp.com
feb0fa3839 Remove the Pt_RECTANGULAR flag, its not needed according to Darrin.
r=kedl
2000-01-25 02:47:44 +00:00
Jerry.Kirk%Nexwarecorp.com
7c950a2c2d Checkin simple type cast to eliminate warning/error with the -pedantic
option.
r=kedl
2000-01-25 02:44:18 +00:00
dougt%netscape.com
0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
michael.lowe%bigfoot.com
e8323398fa Further optimisation to Windows timers. Some more to come later 2000-01-24 13:35:21 +00:00
brade%netscape.com
5095152afe call MenuKey if only the cmdKey is pressed (don't call it if the shift key or other modifier keys are pressed). r=saari 2000-01-23 19:02:40 +00:00
michael.lowe%bigfoot.com
6696fa133b Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan 2000-01-21 21:56:09 +00:00
michael.lowe%bigfoot.com
ba464d5c50 Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan 2000-01-21 21:45:50 +00:00
pavlov%netscape.com
eb41125f6f revert last checkin for this file to fix 24414 r=akkana,jar a=jar 2000-01-20 07:27:42 +00:00