Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix man page typo #78

Merged
merged 1 commit into from Feb 17, 2018
Merged

Fix man page typo #78

merged 1 commit into from Feb 17, 2018

Conversation

h3xx
Copy link
Contributor

@h3xx h3xx commented Feb 17, 2018

No description provided.

@lynxlynxlynx lynxlynxlynx merged commit aded6e6 into gemrb:master Feb 17, 2018
@lynxlynxlynx
Copy link
Member

Thanks!

@h3xx h3xx deleted the fix-spelling branch February 17, 2018 20:49
MarcelHB pushed a commit to MarcelHB/gemrb that referenced this pull request Apr 1, 2018
MarcelHB pushed a commit to MarcelHB/gemrb that referenced this pull request Apr 1, 2018
…ccept them.

theoretically fixes issue gemrb#78
can’t test with no mouse wheel :(
MarcelHB pushed a commit to MarcelHB/gemrb that referenced this pull request Apr 1, 2018
all events are routed publicly though the View base and an implementor method is called that returns bool for if the event was handled. unhandled events are bubbled up to the superview recursively.

We've added an "eventProxy" member that can be used to forward all events directly to the proxy view. We will use this mostly for windows -> scrollbars, but it could be useful for some of the other nested view composites (TextArea, ScrollView).

fixes issues with the view debugging code since we can now see all events in the base
fixes having to use the IgnoreEvents flag for some cases. we now can return false from the implementors methods.

issue gemrb#78
MarcelHB pushed a commit to MarcelHB/gemrb that referenced this pull request Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants