- 03 Jan, 2011 2 commits
- 01 Jan, 2011 1 commit
-
-
twanvl authored
Reverted DropDownList back to wxPopupWindow from wxPopupTransientWindow. The latter is not going to work, because it tries to be too smart. In particular, it thinks the mouse clicks outside the dialog when the scrollbar is clicked, and dismisses the popup. It also requires a mouse capture, which gives problems when submenus are used.
-
- 31 Dec, 2010 6 commits
-
-
twanvl authored
this design using wxPopupTransientWindow is probably not going to work, I should revert to the old version.
-
twanvl authored
* fixed: popup didn't work when editor didn't have focus * fixed: dimissal by losing focus didn't repaint dropdown arrows
-
twanvl authored
-
twanvl authored
use wxPopupTransientWindow::Dismiss instead of Show(false), otherwise handlers are no uninstalled and we get an assertion failure.
-
twanvl authored
-
twanvl authored
-
- 08 Dec, 2010 31 commits
-
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
* cleaned up the interface of IconMenu a bit
-
twanvl authored
-
twanvl authored
-
twanvl authored
* compatibility with wxWdigets 2.9+: Handle MOUSE_CAPTURE_LOST event * use wxBORDER_THEME for custom controls
-
twanvl authored
* overload wxEVT_ERASE_BACKGROUND, to reduce flicker * use wxBORDER_THEME for custom controls * tweaked style of GalleryList a tiny bit
-
twanvl authored
-
twanvl authored
-
twanvl authored
* overload wxEVT_ERASE_BACKGROUND, to reduce flicker
-
twanvl authored
-
twanvl authored
* use wxBORDER_THEME for custom controls
-
twanvl authored
* compatibility with wxWdigets 2.9+: SetClippingRegion -> SetDeviceClippingRegion
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
compatibility with wxWdigets 2.9+: wxString::iterator::operator* aparently does not return a wxChar anymore, use cast to force conversion.
-
twanvl authored
compatibility with wxWdigets 2.9+: Vector2D use *0.5 instead of /2 to prevent ambiguous conversion errors
-
twanvl authored
* compatibility with wxWdigets 2.9+: Vector2D: prevent ambiguous conversion errors * use wxBORDER_THEME for custom control
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
compatibility with wxWdigets 2.9+: wxString::c_str now returns an object instead of a Char*, use cast to force conversion. TODO: This can probably be done more efficiently!
-
twanvl authored
compatibility with wxWdigets 2.9+: use HandleWindowEvent instead of ProcessEvent, but this function doesn't exist in wx2.8. So, #define the former as the latter for backwards compatibility.
-