2006-08-04 |
Vadim Zeitlin | undid last change and removed wxTE/CB_FILENAME style... |
blob | commitdiff | raw |
2006-07-29 |
Vadim Zeitlin | moved combobox styles from defs.to to combobox.h; added... |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Vadim Zeitlin | update the combobox text as soon as we get CBN_SELENDOK... |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Włodzimierz Skiba | Include commctrl.h properly. |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Włodzimierz Skiba | Include wx/brush.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-12 |
Vadim Zeitlin | added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | added InitCommandEventWithItems() and call it from... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | removed TTN_NEEDTEXT handlers, we don't use tooltips... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-03-28 |
Włodzimierz Skiba | Make wxPASSWORD and wxPROCESS_ENTER really deprecated. |
blob | commitdiff | raw | diff to current |
2006-03-17 |
Vadim Zeitlin | use correct string in wxEVT_COMMAND_COMBOBOX_SELECTED... |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Włodzimierz Skiba | wxComboBox with SmartphoneCE has different members... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | fixed event generation for wxComboBox to be consistent... |
blob | commitdiff | raw | diff to current |
2006-01-28 |
Vadim Zeitlin | SetSelection() must update m_selectionOld, otherwise... |
blob | commitdiff | raw | diff to current |
2005-12-01 |
Václav Slavík | fixed wxComboBox::Clear to clear stored value |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Vadim Zeitlin | made wxChoice and wxComboBox::GetSelection() return... |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Włodzimierz Skiba | Clipboard usage fixes inspired by Tinderbox logs. |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Julian Smart | Fixed erroneous selection of content in comboboxes... |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Robin Dunn | return begining of the selection for GetInsertionPoint... |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Vadim Zeitlin | fix handling Alt-key events in wxComboBox |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | fixed warnings about possibly uninitialized variables... |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Włodzimierz Skiba | Fixed bug #1022383: 'several ComboBoxes appear selected' |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | reenable WS_TABSTOP (patch 1045547) |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | process CBN_SELENDOK and not only CBN_SELCHANGE (patch... |
blob | commitdiff | raw | diff to current |
2005-02-04 |
Julian Smart | Fix for assertions when updating UI and focus is on... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Vadim Zeitlin | check for error in GetSelection(long *, long *); clean... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Vadim Zeitlin | moved code working around combobox selection bug to... |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Włodzimierz Skiba | wxTextPos for all GetLastPosition with constants for... |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Robin Dunn | Fix for Bug 1097510, reset m_selectionOld when the... |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Robin Dunn | reset m_selectionOld when the selection is programatica... |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Vadim Zeitlin | suppress annoying beeps when enter is pressed in combob... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Włodzimierz Skiba | Events table serves for RTTI too. |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Ryan Norton | fix wxTheApp include |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Julian Smart | Added further 'missing' wxTextCtrl-like functions to... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | replaced OnCtlColor(7 params) with MSWControlColor... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | removed (unused) nCtlColor parameter of OnCtlColor() |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Ryan Norton | part of patch [ 649438 ] Bug fixes from Netscape/AOL |
blob | commitdiff | raw | diff to current |
2004-10-28 |
Włodzimierz Skiba | Warning fix due to unsigned nature of wParam. |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Robin Dunn | Ensire that m_value is updated when SetSelection is... |
blob | commitdiff | raw | diff to current |
2004-09-18 |
Vadim Zeitlin | keep m_value in sync with real combobox value (set... |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Vadim Zeitlin | fixed sending duplicate EVT_COMBOBOX events; documented... |
blob | commitdiff | raw | diff to current |
2004-08-20 |
Włodzimierz Skiba | Source cleaning: whitespaces, -1/wxDefaultCoord, TRUE... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Vadim Zeitlin | fix yet another assert when the initial combo box value... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Vadim Zeitlin | don't assert when creating an initially empty wxCB_READ... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Vadim Zeitlin | background colour of a combobox may now be set (bug... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | use new style creation (MSWCreateControl() and MSWGetSt... |
blob | commitdiff | raw | diff to current |
2004-01-31 |
Mattia Barbon | Added some missing STL-like wxArray/wxArrayString... |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Julian Smart | Reverted patch [ 832096 ] Final separation for GUI... |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Julian Smart | Applied patch [ 832096 ] Final separation for GUI and... |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Julian Smart | Applied patch [ 873021 ] Bug fix for MSW wxComboBox |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN... |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | macro naming changes |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Stefan Csomor | WX_EVENT_PROPERTY instead of WX_DELEGATE |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Stefan Csomor | event exposure |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Julian Smart | Added some window style metadata |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Stefan Csomor | xti property extensions, style bits additions |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Stefan Csomor | removing rtti special functions |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Stefan Csomor | switching back to normal accessors, workaround not... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Stefan Csomor | RTTI simplifications |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Stefan Csomor | xti extensions |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Vadim Zeitlin | deprecated and removed from our code GetUseCtl3D()... |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Julian Smart | Revamped border handling. |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Mattia Barbon | Fixed bug with SetValue on read-only combobox; don... |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Vadim Zeitlin | fix for wxComboBox flicker on create (patch 598891) |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Vadim Zeitlin | reverted patch 598016 (removed MSWCreateControl() visib... |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Julian Smart | Applied patch [ 598016 ] remove flicker during combo... |
blob | commitdiff | raw | diff to current |
2002-07-12 |
Robin Dunn | Allow wxComboBox to get key events for ENTER with wxPRO... |
blob | commitdiff | raw | diff to current |
2002-07-04 |
Vadim Zeitlin | undid the patches which shouldn't (IMHO) have been... |
blob | commitdiff | raw | diff to current |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Vadim Zeitlin | suppress an assert when a combobox receives WM_KILLFOCU... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Vadim Zeitlin | generate the focus events for wxComboBox, also solves... |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2001-12-30 |
Vadim Zeitlin | fixed wxComboBox initial autosizing (patch 496702) |
blob | commitdiff | raw | diff to current |
2001-11-11 |
Vadim Zeitlin | fixed minor combobox bug: GetValue() reported wrong... |
blob | commitdiff | raw | diff to current |
2001-07-22 |
Vadim Zeitlin | compilation fix for old broken Borland compiler |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Julian Smart | Support for Cygwin 1.0 (thought it worked before, but...) |
blob | commitdiff | raw | diff to current |
2001-05-21 |
Vadim Zeitlin | fixed wxComboBox sizing problem again |
blob | commitdiff | raw | diff to current |
2001-05-19 |
Vadim Zeitlin | 1. more proper fix for wxChoice/wxComboBox height probl... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Applied patch #420395 (adding wxCLIP_SIBBLINGS capabili... |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Julian Smart | Fixes for 16-bit compilation |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Vadim Zeitlin | blind fix for setting selection in combobox text ctrl |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Vadim Zeitlin | merged fix from 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-07-24 |
Julian Smart | Added insertion point code to wxComboBox |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Vadim Zeitlin | fix for (too big) combobox height |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Julian Smart | Added WS_VSCROLL and WSHSCROLL styles again |
blob | commitdiff | raw | diff to current |
2000-01-21 |
Vadim Zeitlin | 1. wxWizard supports setting images for each page,... |
blob | commitdiff | raw | diff to current |
next |