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

A few bugs and minor improvements #1

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Conversation

stan1y
Copy link
Contributor

@stan1y stan1y commented Jun 16, 2014

  • bug with SDL_free
  • bug with lost mouseleave events
  • access to button label
  • focus & draw order control

@mobius3
Copy link
Owner

mobius3 commented Jun 17, 2014

Thanks for the patches!

If you don't mind, I'd like to understand some of the things that you did before merging them. I'll be asking them in your commits :)

stan1y added 12 commits January 8, 2015 02:17
make sure focus and mouseover don't point to destroyed widget
notify hovered widget in KW_DestroyWidget
- add widget->hidden flag and skip render callback if its true
- add KW_SetWidgetHidden(KW_Widget * widget, KW_bool hidden)
- add KW_ScrollboxType enum
- add KW_SetScrollboxType function
- hide and disable input for scroller buttons based on currently set type
This reverts commit c84a94b.

Conflicts:
	src/CMakeLists.txt
This reverts commit 9e4f38e.

Conflicts:
	src/CMakeLists.txt
	src/KW_renderdriver.h
	src/KW_renderdriver_sdl2.h
	src/KW_widget_internal.h
This reverts commit 10e3c85.

Conflicts:
	src/KW_renderdriver.h
This reverts commit 354b42a.

Conflicts:
	src/KW_renderdriver_sdl2.c
This reverts commit c84a94b.

Conflicts:
	src/CMakeLists.txt
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.

2 participants