2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw |
2011-06-08 |
Stefan Csomor | adapting to init pattern |
blob | commitdiff | raw |
2011-06-06 |
Stefan Csomor | 10.4 compatibility |
blob | commitdiff | raw | diff to current |
2011-06-06 |
Stefan Csomor | supporting native background color on wxWindow descenda... |
blob | commitdiff | raw | diff to current |
2011-06-02 |
Stefan Csomor | fixes #12867 |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Stefan Csomor | going private with userpane info |
blob | commitdiff | raw | diff to current |
2011-03-18 |
Stefan Csomor | moving userpane attribute into implementation |
blob | commitdiff | raw | diff to current |
2011-03-18 |
Dimitri Schoolwerth | Set svn properties on various files throughout the... |
blob | commitdiff | raw | diff to current |
2011-03-16 |
Stefan Csomor | making conversion explicit silences deprecation warning |
blob | commitdiff | raw | diff to current |
2011-03-02 |
Stefan Csomor | move accel handling in front of the normal keyDown... |
blob | commitdiff | raw | diff to current |
2011-02-28 |
Stefan Csomor | avoid setting live cursor during busy state |
blob | commitdiff | raw | diff to current |
2011-02-28 |
Stefan Csomor | don't swallow command events that are not handled by... |
blob | commitdiff | raw | diff to current |
2011-02-27 |
Stefan Csomor | make sure 10.4 command-key events are routed via the... |
blob | commitdiff | raw | diff to current |
2011-02-26 |
Stefan Csomor | making GetPosition 1:1 symmetrical to Move (respecting... |
blob | commitdiff | raw | diff to current |
2011-02-08 |
Stefan Csomor | forward enable functionality to inner view in scrollvie... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | fixing selectors |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Stefan Csomor | fixing redraw debugging |
blob | commitdiff | raw | diff to current |
2010-11-05 |
Vadim Zeitlin | Avoid using wx GDI classes from non-main thread in... |
blob | commitdiff | raw | diff to current |
2010-11-05 |
Vadim Zeitlin | Use CGFloat instead of float for mouse wheel event... |
blob | commitdiff | raw | diff to current |
2010-08-22 |
Vadim Zeitlin | Work around a crash on starting editing in wxGrid under... |
blob | commitdiff | raw | diff to current |
2010-07-18 |
Stefan Csomor | organizing code, adding offset correction for update... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Stefan Csomor | text updated events were not always sent out correctly... |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Stefan Csomor | simpler code |
blob | commitdiff | raw | diff to current |
2010-04-18 |
Stefan Csomor | fixing coordinate conversions for captured windows |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Stefan Csomor | translating background style BG_PAINT into opaqueness... |
blob | commitdiff | raw | diff to current |
2010-04-13 |
Stefan Csomor | adding wrapping possibility for native tlws |
blob | commitdiff | raw | diff to current |
2010-04-13 |
Stefan Csomor | fixing non-precomp build, fixes #10985 |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Stefan Csomor | correcting alpha and removing window shadow for overlay |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Stefan Csomor | fixing some warnings, adding proper OnChar support... |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Stefan Csomor | changing sequence of makeFirstResponder and makeKeyAndO... |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Stefan Csomor | supporting text foreground color, fixes #11903 |
blob | commitdiff | raw | diff to current |
2010-02-27 |
Kevin Ollivier | Override CanFocus because the wxWindow level test will... |
blob | commitdiff | raw | diff to current |
2010-02-13 |
Kevin Ollivier | Basic support for tooltips under OS X Cocoa. |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Kevin Ollivier | Get wxSearchCtrl text events working, and share the... |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Kevin Ollivier | Forgot about the drag source delegate, which is the... |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Kevin Ollivier | Add an accessor to get the current drop source from... |
blob | commitdiff | raw | diff to current |
2010-02-03 |
Stefan Csomor | safe degradation |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Kevin Ollivier | nschars is never used for the wxEVT_CHAR case, so don... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
Stefan Csomor | better wheel support |
blob | commitdiff | raw | diff to current |
2010-01-11 |
Stefan Csomor | adding protocol support for 10.6 |
blob | commitdiff | raw | diff to current |
2010-01-08 |
Kevin Ollivier | Support mouse click through as otherwise clicking insid... |
blob | commitdiff | raw | diff to current |
2009-12-25 |
Kevin Ollivier | Use NSTrackingArea when available (building for 10... |
blob | commitdiff | raw | diff to current |
2009-12-01 |
Vadim Zeitlin | Add wxOSX_10_6_AND_LATER macro and use it. |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Stefan Csomor | implementing rollover and pressed image for bitmapbutto... |
blob | commitdiff | raw | diff to current |
2009-10-06 |
Vadim Zeitlin | Ensure that an event loop exists in ShowViewOrWindowWit... |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Make wxWindow::ShowWithEffect() synchronous under wxOSX... |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa. |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Stefan Csomor | support backgroundcolor on osx_cocoa |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Stefan Csomor | reducing key event handling complexity |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Stefan Csomor | cleaning up key handling, closes #10406 |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | Allow creating initially hidden controls in wxOSX/Cocoa. |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Stefan Csomor | adding gc aware code, fixes #11061 |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Stefan Csomor | better variant support, fixes #11114 |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Stefan Csomor | simplifying native string handling, see #11061 |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-10 |
Stefan Csomor | adding #ifs for reflecting existing controls, fixing... |
blob | commitdiff | raw | diff to current |
2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa |
blob | commitdiff | raw | diff to current |
2009-06-20 |
Vadim Zeitlin | suppress more float/double->int conversion warnings... |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Stefan Csomor | adding events to single line textcontrols (password... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Stefan Csomor | making SetFocus bringing TLW to front as Carbon, see... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Stefan Csomor | allow mouse events being sent to parents, see #10876 |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Stefan Csomor | allow vetoing on drop, see #10876 |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Stefan Csomor | fixing coordinates for dnd, see #10876 |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Stefan Csomor | misc key-event fixes, see #10876 |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Stefan Csomor | fixes direction for scroll events, closes #10873 |
blob | commitdiff | raw | diff to current |
2009-03-25 |
Stefan Csomor | focus handling streamlined |
blob | commitdiff | raw | diff to current |
2009-03-24 |
Stefan Csomor | conforming to new naming convention of starting all... |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Stefan Csomor | fixing warnings in osx cocoa |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Stefan Csomor | making sure the repositioning within the contentview... |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
blob | commitdiff | raw | diff to current |
2009-03-15 |
Stefan Csomor | fixing obj-c warnings |
blob | commitdiff | raw | diff to current |
2009-03-15 |
Stefan Csomor | making sure peer->Move refreshes properly, bringing... |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Kevin Ollivier | Focus handling fixes - make sure new windows activate... |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Kevin Ollivier | Fixes needed to get transient popup windows working... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Kevin Ollivier | Make sure we call SetEventObject before firing events. |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Kevin Ollivier | Fix comparison operator for functions keys (fixes ... |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Kevin Ollivier | More fixes for clickCount... even sometimes when respon... |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Kevin Ollivier | Remove no longer necessary re-entrancy check, fix funct... |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Kevin Ollivier | Landing basic EVT_CHAR support, along with the rest... |
blob | commitdiff | raw | diff to current |
2009-02-14 |
Kevin Ollivier | Fix typo (sorry, thought I compiled before committing.) |
blob | commitdiff | raw | diff to current |
2009-02-14 |
Kevin Ollivier | Add a tracking rect on resize so that the view will... |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Kevin Ollivier | clickCount is not available for mouse entered/exited... |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Stefan Csomor | direct wxFrame events support (paint was not delivered... |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Stefan Csomor | different contentview-offset code, otherwise 'wx' synth... |
blob | commitdiff | raw | diff to current |
2009-02-12 |
Stefan Csomor | renaming clickedAction callbacks to more generic contro... |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Stefan Csomor | paint event handling fixes and wxClientDC implementatio... |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Stefan Csomor | drawing code now in common file |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Kevin Ollivier | Initial support for EVT_ERASE_BACKGROUND for OS X Cocoa. |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Stefan Csomor | adding scroll wheel support |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Stefan Csomor | reworking event handling to redirect to c++ virtual... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Stefan Csomor | adapting to name change in r58318 |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Stefan Csomor | streamlining slider, scroller, spinbutton for osx carbo... |
blob | commitdiff | raw | diff to current |
2009-01-18 |
Stefan Csomor | mouse and cursor additions for cocoa, see #10361 |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Stefan Csomor | adding missing header for non-precomp build |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Stefan Csomor | fixing controls with content areas, correcting radiobox... |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Stefan Csomor | cleaning up warnings, more common event code |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Stefan Csomor | routing native events first to the wx class and only... |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Stefan Csomor | using subclass as impl ptr, common code in macro becaus... |
blob | commitdiff | raw | diff to current |
2008-10-10 |
Stefan Csomor | moving embedding to common API |
blob | commitdiff | raw | diff to current |
next |