Граф коммитов

2438 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com 2669aa23c9 Unused variable warning. 1999-07-15 04:42:43 +00:00
blizzard%redhat.com aab306a649 text entry works 1999-07-15 03:35:41 +00:00
zuperdee%penguinpowered.com e75e0af1e2 Minor fixes to various Motif files, mostly cosmetic changes, elimination of some unnecessary headers, and elimination of some deadwood. NOT PART OF BUILD. 1999-07-15 03:27:59 +00:00
blizzard%redhat.com bf03dda86d more work to get keys working. not yet done but finished for the evening. 1999-07-15 02:26:31 +00:00
ramiro%netscape.com 75010b2d10 NOT PART OF BUILD. Get key event a little closer. 1999-07-15 00:01:46 +00:00
pinkerton%netscape.com 71c3d63cce remove annoying printf during every drag event. 1999-07-14 22:57:39 +00:00
pinkerton%netscape.com 2c98d735d3 fixing some off-by-one errors, some nsISupportsArray confusions with the calling code, removing some printf's. 1999-07-14 22:57:22 +00:00
pinkerton%netscape.com 86da534c31 lots of stuff for d&d, getting the drag service released at the right times, notifying the drag service of the drag action via modifier keys. 1999-07-14 22:56:42 +00:00
pinkerton%netscape.com 6b365e180c temp hacks for toolbar drag and drop until a general mime->flavor mechanism is implemented. 1999-07-14 22:55:27 +00:00
sfraser%netscape.com fb54df165d Adding caret width and blink time to nsILookAndFeel 1999-07-14 22:16:59 +00:00
kmcclusk%netscape.com d42e178f95 fixed bugs #6303, #6753, #6756, #6759
Re-wrote nsComboboxFrame.
removed the obsolete nsHTMLAtoms: comboText,comoTextSelected,comTextSelectedFocus,dropDownVisible,
dropdownHidden, dropDownBtnOut, dropDownBtnPressed,
Added nsHTMLAtoms::combobox, nsLayoutAtoms::popupList
Renamed dropDownList to dropDownListPseudo
Added "arrow.gif" as to be used the background-image for the combobox button
ua.css - added rules for select to differentiate between comboboxes and listboxes.
Added style rules to more closely match the XPTOOLKIT XPWidgets look.
removed the following :-moz-combobox-text, -moz-combobox-textselected
nsIFormControlFrame.h - Added SetSuggestedSize method.
nsButtonControlFrame - Implemented SetSuggestedSize.
nsCSSFrameConstructor.cpp - Rewrote ConstructSelectFrame.
nsIWidget.h -Added GetAbsoluteBounds method.
nsWindow.cpp - Implemented GetAbsoluteBounds.
1999-07-14 22:00:24 +00:00
tague%netscape.com fad060dc5d Fixed bug #6898 unable to move cursor within IME composition string. 1999-07-14 20:08:02 +00:00
tague%netscape.com a6a76c7c7b Fix bug #8459, #6989 Can't move cursor within IME composition string. 1999-07-14 20:05:25 +00:00
akkana%netscape.com 574ecb6079 Xlib clipboard implementation (not finished yet) 1999-07-14 18:55:46 +00:00
pavlov%pavlov.net 1377a0667e fix for 9774 and other misc things 1999-07-14 18:36:24 +00:00
Jerry.Kirk%Nexwarecorp.com a9e4762c3c - fixed ref counting on widgets
- fixing resize / reflow hold offs
1999-07-14 17:06:09 +00:00
blizzard%redhat.com 2f7dce7fc9 Change DispatchEvent() to DispatchXEvent() since that's really what it's doing. 1999-07-14 16:39:31 +00:00
Jerry.Kirk%Nexwarecorp.com 021d37b23a - General cleanup. 1999-07-14 15:26:18 +00:00
blizzard%redhat.com 02170ee1ba Focus shags, baby. Also tracking visibility and map events so
nsWidget::IsVisible() is now implemented.  This is not part of the
build.
1999-07-14 04:34:31 +00:00
ramiro%netscape.com 184143e480 NOT PART OF BUILD. Adding these. 1999-07-13 19:40:15 +00:00
ramiro%netscape.com d10b91ca09 NOT PART OF BUILD. Add event debugging. 1999-07-13 19:34:31 +00:00
ramiro%netscape.com 7c8d992ebe NOT PART OF BUILD. Get key events almost working. Add event debugging. 1999-07-13 19:30:42 +00:00
ramiro%netscape.com d9b86f76c2 NOT PART OF BUILD. Add keycode stuff in its own place. 1999-07-13 19:17:35 +00:00
sspitzer%netscape.com 026c5516bc add the touch interface to the nsIFileSpec iterface and the appropriate implementations 1999-07-13 19:10:43 +00:00
blizzard%redhat.com c99eee033f Start on infastructure for Focus events and Keypress events. This is not part of the build. 1999-07-13 17:50:28 +00:00
blizzard%redhat.com 5064350158 Fix clipping problem in nsWindow::Invalidate(). This problem was showing up when using the scrollbar to page up and down. This is not part of the build. 1999-07-13 16:19:17 +00:00
blizzard%redhat.com 7dfe5f86ed Fix incrorrect calculation of scrollbar geometry. This is not part of
the build.
1999-07-13 03:00:51 +00:00
mcafee%netscape.com ee50921396 Solaris/CC needs a cast here. a=cyeh 1999-07-12 22:53:26 +00:00
joki%netscape.com a37ff3b313 Fix for bug 9223, don't let Windows process messages for destroyed windows. A: chofmann, R: rods 1999-07-12 22:28:19 +00:00
duncan%be.com 814c448d15 A couple fixes for menus.
BeOS only checkin authorized by cyeh.
1999-07-12 19:44:47 +00:00
duncan%be.com 666f817c1e Misc fixes to unbreak Mozilla under BeOS.
BeOS only change authorized by cyeh.
1999-07-11 08:49:51 +00:00
blizzard%redhat.com 0401d94f71 always move the window, even if it hasn't been shown. this fixes gfx drop
down lists.
1999-07-10 23:27:25 +00:00
blizzard%redhat.com 2e94ee2ee8 native window scrolling fixes. this is not part of the build. 1999-07-10 23:20:41 +00:00
blizzard%redhat.com 5d592f0392 debugging information to track down resizing problems. this is not part
of the build.
1999-07-10 22:10:03 +00:00
blizzard%redhat.com a7d9a9dd1d Make sure that when looking for extra ConfigureNotify events that you
check to make sure that the event that you get is actually a ConfigureNotify
event.  StructureNotifyMask includes other things, too.  "I can't believe
this ever worked."  This is not part of the build.
1999-07-10 20:51:18 +00:00
blizzard%redhat.com dc793ce800 fix profile manager bustage for xlib widgets. this is not part of the build. 1999-07-10 00:23:05 +00:00
rods%netscape.com b63737f9b2 Commented out the setting of the return value in bottom of ProcessMessage 1999-07-09 21:08:09 +00:00
rods%netscape.com 01da7a8017 Removed IIDs, now using GetIID
Added return of result code for various event methods (for Bug #8123)
Added some casts  in IME code to remove warnings
1999-07-09 19:41:46 +00:00
rods%netscape.com 5f57ef6305 Added support for HTML and for Images (fixes bug #9367) 1999-07-09 19:39:22 +00:00
rods%netscape.com 2f86d683c9 Turned off debuggin 1999-07-09 19:38:28 +00:00
pavlov%pavlov.net f531067d2d fix to previous commit for intrinsic sizing 1999-07-09 18:02:05 +00:00
pavlov%pavlov.net dc610ad202 turning intrinsic sizing on for unix part 1 r=saari a=chofmann 1999-07-09 17:24:16 +00:00
ramiro%netscape.com 14b5f3774e Polish. 1999-07-09 13:11:13 +00:00
ramiro%netscape.com f9db338cc5 Polish. 1999-07-09 12:52:28 +00:00
ramiro%netscape.com 8a4543dc29 Add some useful debuggin information. This change does not affect any
functionality at all.  Its just a rearranging of some code and adding debug
stuff so that we can debug event related bugs.  In particular (but not
limited to) focus events.
1999-07-09 12:23:24 +00:00
ramiro%netscape.com 1c9b82ff42 Take out extra semicolon that is sure to break some compiler out there. 1999-07-09 12:15:12 +00:00
ramiro%netscape.com 5953cfe331 Add some useful debuggin information. This change does not affect any
functionality at all.  Its just a rearranging of some code and adding debug
stuff so that we can debug event related bugs.  In particular (but not
limited to) focus events.
1999-07-09 12:11:12 +00:00
ramiro%netscape.com f2ce98faf9 Add some useful debuggin information. This change does not affect any
functionality at all.  Its just a rearranging of some code and adding debug
stuff so that we can debug event related bugs.  In particular (but not
limited to) focus events.
1999-07-09 11:15:59 +00:00
pavlov%pavlov.net 98550f261c fix bug 9446 and 9464
complete resizing work needed to turn intrinsic sizing on under linux (bugs 9443, 4439) except for one other problem not related to this code.  also fixes 9461
1999-07-09 01:01:23 +00:00
saari%netscape.com 1e850aab7a fixing bug 6741, just one more time... 1999-07-08 23:21:03 +00:00