This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fd8099df3a7f84cfaf949ca030d00f0ea930b439
Mozilla
/
mozilla
/
widget
/
src
/
xlib
History
blizzard%redhat.com
b2e5c45110
Fix bug
#72313
. Focus problems on linux. This adds a flag to nsIWidget::SetFocus() that says to raise the window. We only raise the window from one place, window.focus(). This builds and runs on at least linux and the mac. r=jst,brendan,hyatt a=leaf
...
git-svn-id: svn://10.0.0.236/trunk@89782 18797224-902f-48f8-a5cc-f745e15eee43
2001-03-19 17:56:04 +00:00
..
window_service
…
Makefile.in
Add string to REQUIRES to fix xlib + MOZ_TRACK_MODULE_DEPS build bustage. r=cls@seawood.org
2001-03-10 03:23:35 +00:00
nsAppShell.cpp
Fix bug with menus that went away when they shouldn't by not calling SetFocus (which the comment said we shouldn't do anyway) and sending an NS_LOSTFOCUS event instead of NS_DEACTIVATE when losing focus, as the GTK port does. r=blizzard@mozilla.org b=64791 (xlib changes only)
2001-03-10 03:45:16 +00:00
nsAppShell.h
…
nsBidiKeyboard.cpp
…
nsBidiKeyboard.h
…
nsButton.cpp
…
nsButton.h
…
nsCheckButton.cpp
…
nsCheckButton.h
…
nsClipboard.cpp
…
nsClipboard.h
…
nsComboBox.cpp
…
nsComboBox.h
…
nsDragService.cpp
…
nsDragService.h
…
nsFileWidget.cpp
…
nsFileWidget.h
…
nsKeyCode.cpp
…
nsKeyCode.h
…
nsLabel.cpp
…
nsLabel.h
…
nsListBox.cpp
…
nsListBox.h
…
nsLookAndFeel.cpp
Change the system colors in xlib to more reasonable dummy values so that the classic skin looks better. In particular, fix the 3-D border colors, make -moz-field white, make things tend towards web-safe colors out of habit, and reindent the whole thing according to the modeline. r=blizzard@mozilla.org b=71133 (xlib port changes only)
2001-03-10 03:39:43 +00:00
nsLookAndFeel.h
…
nsMenu.cpp
…
nsMenu.h
…
nsMenuBar.cpp
…
nsMenuBar.h
…
nsMenuItem.cpp
…
nsMenuItem.h
…
nsPopUpMenu.cpp
…
nsPopUpMenu.h
…
nsRadioButton.cpp
…
nsRadioButton.h
…
nsScrollBar.cpp
…
nsScrollBar.h
…
nsSound.cpp
…
nsSound.h
…
nsTextAreaWidget.cpp
…
nsTextAreaWidget.h
…
nsTextHelper.cpp
…
nsTextHelper.h
…
nsTextWidget.cpp
…
nsTextWidget.h
…
nsToolkit.cpp
…
nsToolkit.h
…
nsWidget.cpp
Fix bug
#72313
. Focus problems on linux. This adds a flag to nsIWidget::SetFocus() that says to raise the window. We only raise the window from one place, window.focus(). This builds and runs on at least linux and the mac. r=jst,brendan,hyatt a=leaf
2001-03-19 17:56:04 +00:00
nsWidget.h
Fix bug
#72313
. Focus problems on linux. This adds a flag to nsIWidget::SetFocus() that says to raise the window. We only raise the window from one place, window.focus(). This builds and runs on at least linux and the mac. r=jst,brendan,hyatt a=leaf
2001-03-19 17:56:04 +00:00
nsWidgetFactory.cpp
…
nsWindow.cpp
Fix bug
#72313
. Focus problems on linux. This adds a flag to nsIWidget::SetFocus() that says to raise the window. We only raise the window from one place, window.focus(). This builds and runs on at least linux and the mac. r=jst,brendan,hyatt a=leaf
2001-03-19 17:56:04 +00:00
nsWindow.h
Fix bug
#72313
. Focus problems on linux. This adds a flag to nsIWidget::SetFocus() that says to raise the window. We only raise the window from one place, window.focus(). This builds and runs on at least linux and the mac. r=jst,brendan,hyatt a=leaf
2001-03-19 17:56:04 +00:00
nsXUtils.cpp
…
nsXUtils.h
…