2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw |
2011-06-09 |
Stefan Csomor | better retain/release semantics |
blob | commitdiff | raw |
2011-04-17 |
Vadim Zeitlin | Implement auto-completion support for wxTextEntry in... |
blob | commitdiff | raw | diff to current |
2011-04-13 |
Stefan Csomor | preparing for completions support |
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 | signed/unsigned warning fix |
blob | commitdiff | raw | diff to current |
2011-03-02 |
Stefan Csomor | proper focus lost for multiline textfields and having... |
blob | commitdiff | raw | diff to current |
2011-02-08 |
Stefan Csomor | disabling multiline text controls correctly |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Stefan Csomor | support for hints, fixing textfield implementation... |
blob | commitdiff | raw | diff to current |
2010-11-06 |
Stefan Csomor | routing the tab, return events for single line fields... |
blob | commitdiff | raw | diff to current |
2010-11-05 |
Vadim Zeitlin | Remove duplicate wxEVT_COMMAND_TEXT_ENTER generation... |
blob | commitdiff | raw | diff to current |
2010-08-17 |
Stefan Csomor | fixes horizontal scrolling in textfields, fixes #12322 |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Vadim Zeitlin | Fix wxOSX wxTextCtrl refactoring of r65129. |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Vadim Zeitlin | Add association between wxOSX wxTextWidgetImpl and... |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Vadim Zeitlin | Fix harmless float to int conversion warnings in wxOSX... |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Stefan Csomor | fixing focus, fixes #11911 |
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-06 |
Kevin Ollivier | Get wxSearchCtrl text events working, and share the... |
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-09 |
Kevin Ollivier | Implement native OS X ComboBox for OS X Cocoa, and... |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Kevin Ollivier | Allow OS X Cocoa (or any OS X port) to override GetBest... |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Kevin Ollivier | Add CheckSpelling support for OS X Cocoa, make sure... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Kevin Ollivier | Run sanity checks on the position values. |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Kevin Ollivier | Start on Get/SetStyle support for OS X Cocoa wxTextCtrl. |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Stefan Csomor | fixing setting initial value under osx_cocoa for single... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Stefan Csomor | reducing key event handling complexity |
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-18 |
Stefan Csomor | simplifying native string handling, see #11061 |
blob | commitdiff | raw | diff to current |
2009-07-10 |
Stefan Csomor | adapting to widgetimpl extensions and iPhone OS 3.0 |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Stefan Csomor | adding missing release for editor |
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-05-27 |
Stefan Csomor | allowing font changes on multi-line textctrls, see... |
blob | commitdiff | raw | diff to current |
2009-04-20 |
Stefan Csomor | content must be changeable by wx even though control... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Stefan Csomor | textctrl fixes |
blob | commitdiff | raw | diff to current |
2009-03-25 |
Stefan Csomor | adding support for focus events to multiline textctrl |
blob | commitdiff | raw | diff to current |
2009-03-25 |
Stefan Csomor | supporting kill focus for single line text controls |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Stefan Csomor | textctrl cleanup |
blob | commitdiff | raw | diff to current |
2009-03-14 |
Kevin Ollivier | implement EVT_TEXT and EVT_TEXT_ENTER for NSTextView... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Kevin Ollivier | Ensure that WriteText moves the selection to the end... |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Stefan Csomor | applying patch, fixes #10524 |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Kevin Ollivier | Add support for EVT_TEXT in OS X Cocoa. |
blob | commitdiff | raw | diff to current |
2009-02-14 |
Kevin Ollivier | Start on implementation for wxTE_MULTILINE / wxTE_RICH... |
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-07 |
Stefan Csomor | reworking event handling to redirect to c++ virtual... |
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 |
2008-09-30 |
Stefan Csomor | supporting NO_BORDER for Cocoa as well |
blob | commitdiff | raw | diff to current |
2008-09-05 |
Stefan Csomor | simplify native textcontrol creations, adding search... |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Stefan Csomor | committing current cocoa state just to be safe ... |
blob | commitdiff | raw | diff to current |
|