- fixed a bug that crashed the programm when a popup button was scrolled.
commit38807b65c7b2f71c5eae46ded119f5dcd7941996
authordan <dan>
Sun, 7 Nov 1999 21:40:22 +0000 (7 21:40 +0000)
committerdan <dan>
Sun, 7 Nov 1999 21:40:22 +0000 (7 21:40 +0000)
tree08a9758f00b92028ffc99e4b84012daeddd937ca
parenteaba3dc788cf340dba257227b3a0bec15ecaa629
- fixed a bug that crashed the programm when a popup button was scrolled.
- fixed a bug that caused incorrect drawing position of the popup indicator.
- fixed a bug that prevented selecting no item (-1) in a popup button.
- an assertion will be raised if the program tries to select a popup button
  item that is beyond the total number of items present in the popup button.
- changed names of functions for SplitView to be consistent. Some contained
  SubView while other Subview. Now all have Subview.
32 files changed:
Makefile.in
WINGs/ChangeLog
WINGs/Makefile.in
WINGs/Resources/Makefile.in
WINGs/WINGs.h
WINGs/wpopupbutton.c
WINGs/wsplitview.c
WINGs/wtest.c
WPrefs.app/Appearance.c
WPrefs.app/Makefile.in
WPrefs.app/po/Makefile.in
WPrefs.app/tiff/Makefile.in
WPrefs.app/xpm/Makefile.in
WindowMaker/Backgrounds/Makefile.in
WindowMaker/Defaults/Makefile.in
WindowMaker/IconSets/Makefile.in
WindowMaker/Icons/Makefile.in
WindowMaker/Makefile.in
WindowMaker/Pixmaps/Makefile.in
WindowMaker/Styles/Makefile.in
WindowMaker/Themes/Makefile.in
contrib/Makefile.in
doc/Makefile.in
po/Makefile.in
src/Makefile.in
src/event.c
src/main.c
test/Makefile.in
util/Makefile.in
wmlib/Makefile.in
wrlib/Makefile.in
wrlib/view.c