projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
No real changes, just fix some typos in comments in wxMSW code.
[wxWidgets.git]
/
src
/
univ
/
combobox.cpp
2011-12-27
Vadim Zeitlin
Update the value of read-only wxComboBox in wxUniv.
blob
|
commitdiff
|
raw
2011-07-25
Steve Lamerton
Merge in from trunk r67662 to r64801
blob
|
commitdiff
|
raw
|
diff to current
2011-07-04
Vadim Zeitlin
Fix crash when getting or setting wxComboBox value...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-22
Dimitri Schoolwerth
Fixed various typos.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Vadim Zeitlin
Remove duplicate IMPLEMENT_XXX_CLASS macros from wxUniv...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
blob
|
commitdiff
|
raw
|
diff to current
2009-03-02
Vadim Zeitlin
wxUniv compilation fixes after wxTextEntry::DoGetValue...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Vadim Zeitlin
fix remaining cases of wxWindow::ProcessEvent() calls...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-02
Vadim Zeitlin
PCH-less compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2007-09-26
Vadim Zeitlin
added wxTextEntry common base class for both wxTextCtrl...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-16
Vadim Zeitlin
fix access to client data of wxComboBox in wxUniv by...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-26
Vadim Zeitlin
many wxItemContainer-related changes:
blob
|
commitdiff
|
raw
|
diff to current
2007-04-26
Vadim Zeitlin
don't assert in SetSelection(wxNOT_FOUND), just clear...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-07
Vadim Zeitlin
update the text of a read-only combobox (and hence...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-06
Włodzimierz Skiba
Fixed wxComboBox always sorted in all univ builds ...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
Julian Smart
SetSelection(wxNOT_FOUND) now works correctly.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-14
Vadim Zeitlin
Many changes for wxInputHandler creation mainly related to:
blob
|
commitdiff
|
raw
|
diff to current
2006-05-24
Julian Smart
Don't unselect if setting string that's not found
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Julian Smart
Avoid flags that may clash with alignment flags
blob
|
commitdiff
|
raw
|
diff to current
2006-05-16
Vadim Zeitlin
renamed wxComboControl to wxComboCtrl and related wxUSE...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-12
Vadim Zeitlin
wxUniv compilation fixes after wxComboControl patch
blob
|
commitdiff
|
raw
|
diff to current
2006-05-09
Vadim Zeitlin
fixes and missing files from the first wxComboControl...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-08
Vadim Zeitlin
wxComboControl and wxOwnerDrawnComboBox (patch 1479938)
blob
|
commitdiff
|
raw
|
diff to current
2006-03-24
Włodzimierz Skiba
Fix after removal of PRIOR/NEXT in common headers.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-23
Vadim Zeitlin
replaced all int/size_t indices in wxControlWithItems...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-14
Włodzimierz Skiba
Line-up interfaces to use size_t for GetCount()s (and...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-08
Vadim Zeitlin
make access specifiers for the virtual functions match...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-27
Włodzimierz Skiba
wxItemContainerImmutable::FindString unified.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Julian Smart
Olly Betts' typo patch
blob
|
commitdiff
|
raw
|
diff to current
2005-02-16
Włodzimierz Skiba
wxPoint/Size/Rect() causes the same code with (0,0...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-15
Vadim Zeitlin
(blind) fix for virtual function hiding warning
blob
|
commitdiff
|
raw
|
diff to current
2005-02-13
Vadim Zeitlin
1. added SetSelection() to wxItemContainer and removed...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Włodzimierz Skiba
Various cleanings.
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
2004-12-09
Julian Smart
Added further 'missing' wxTextCtrl-like functions to...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-10
Włodzimierz Skiba
Cleaning of sources (Univ related files). -1/TRUE/FALSE...
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-02-07
Vadim Zeitlin
Digital Mars compilation warnings and Unicode fixes...
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
2003-09-18
Julian Smart
Applied patch [ 808050 ] fixes for WXUNIVERSAL and...
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-03
Vadim Zeitlin
warnings (and some errors) fixes for wxUniv DLL build
blob
|
commitdiff
|
raw
|
diff to current
2003-05-12
Mattia Barbon
Compilation fix.
blob
|
commitdiff
|
raw
|
diff to current
2003-05-09
Vadim Zeitlin
Insert() patch from John Labenski
blob
|
commitdiff
|
raw
|
diff to current
2003-02-13
Jouk Jansen
Committing in .
blob
|
commitdiff
|
raw
|
diff to current
2003-02-02
Julian Smart
Applied patch [ 670782 ] Combobox uses popup window...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-03
Julian Smart
Applied patch [ 652336 ] Add tooltip support to wxUniv...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-09
Julian Smart
Applied patch [ 650078 ] Add better checking to wxComboBox
blob
|
commitdiff
|
raw
|
diff to current
2002-12-08
Julian Smart
Applied patch [ 637982 ] wxComboBox needs margin
blob
|
commitdiff
|
raw
|
diff to current
2002-05-08
Gilles Depeyrot
removed useless trailing semicolon
blob
|
commitdiff
|
raw
|
diff to current
2002-03-21
Vadim Zeitlin
removed som obsolete TODO comments
blob
|
commitdiff
|
raw
|
diff to current
2002-03-15
Vadim Zeitlin
fixed selecting the items in the combobox with a simple...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-25
Václav Slavík
fixed misplaced subcontrols of wxComboBox
blob
|
commitdiff
|
raw
|
diff to current
2001-11-19
Václav Slavík
fix for wxComboBox::GetSelection from inside event...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-26
Vadim Zeitlin
compilation/build fixes for wxUniv
blob
|
commitdiff
|
raw
|
diff to current
2001-09-22
Václav Slavík
wxInputConsumer
blob
|
commitdiff
|
raw
|
diff to current
2001-07-10
Vadim Zeitlin
wxComboBox appearance fixes, looks fine now but doesn...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-10
Vadim Zeitlin
made the button of correct size again (Robert, why...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-10
Vadim Zeitlin
wxUniv compilation fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-07-09
Robert Roebling
Removed wxPopupWindow from normal (non-wxUniv) build
blob
|
commitdiff
|
raw
|
diff to current
2001-07-07
Robert Roebling
Added wxPopupWindow to GTK port, wxComboBox had to
blob
|
commitdiff
|
raw
|
diff to current
2001-07-04
Vadim Zeitlin
reverted Julians changes to the pragmas
blob
|
commitdiff
|
raw
|
diff to current
2001-07-04
Julian Smart
Changed the pragmas to allow debugging under Linux
blob
|
commitdiff
|
raw
|
diff to current
2001-07-02
Vadim Zeitlin
changed copyright to SciTech one
blob
|
commitdiff
|
raw
|
diff to current
2001-07-02
Julian Smart
Various wxUniversal/wxMicroWindows fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-06-26
Vadim Zeitlin
first pass of wxUniv merge - nothing works, most parts...
blob
|
commitdiff
|
raw
|
diff to current